Html Css Color HEX #62D032 Apple

📋 copy color: '#62D032'

red 98 ◦ green 208 ◦ blue 50

#62D032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #62D032

Tints of Apple #62D032

RGB

 RED value IS 98 (38.67% from 255) = 27.53%

 GREEN value IS 208 (81.64% from 255) = 58.43%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 27.53%
G = 58.43%
B = 14.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#62D032 (or 0x62D032) is known color: Apple. HEX triplet: 62, D0 and 32. RGB value is (98,208,50). Sum of RGB (Red+Green+Blue) = 98+208+50=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #62D032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62D032 is #9D2FCD. Grayscale: #9D9D9D. Windows color (decimal): -10301390 or 3330146. OLE color: 3330146.

HSL color Cylindrical-coordinate representation of color #62D032: hue angle of 101.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62D032 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 208 50 -
CMYK 0.53 0 0.76 0.18
HSL 101.77º 0.63% 0.51% -
HSV(B) 101.77º 0.76% 0.82% -
XYZ 28.17 47.94 10.79 -
YUV 157.1 67.56 85.85 -
System Red Green Blue C M Y K H S L
Decimal 98 208 50 0.53 0 0.76 0.18 101.77 0.63 0.51
Hex 62 D0 32 35 0 4C 12 66 3F 33
Octal 142 320 62 65 0 114 22 146 77 63
Binary 1100010 11010000 110010 110101 0 1001100 10010 1100110 111111 110011

Color Harmonies of #62D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D032

Black with #62D032

Text Example


Text Example

White with #62D032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62D032; }

 p { color: rgb(98,208,50); }

 H1.HeaderClassName
 {
   color: #62D032;
 }
 .AnyTagClassName
 {
   color: #62D032;
 }
</style>

background-color css

<style>
 a { background-color: #62D032; }

 a { background-color: rgb(98,208,50); }

 div.DivClassName
 {
   background-color: #62D032;
 }
 .BgClassName
 {
   background-color: #62D032;
 }
</style>

border-color css

<style>
 span { border-color: #62D032; }

 span { border-color: rgb(98,208,50); }

 td.TdClassName
 {
   border-color: #62D032;
 }
 .TagClassName
 {
   border-color: #62D032;
 }
</style>