Html Css Color HEX #62D252 Apple

📋 copy color: '#62D252'

red 98 ◦ green 210 ◦ blue 82

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

Shades of Apple #62D252

Tints of Apple #62D252

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.85%

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 25.13%
G = 53.85%
B = 21.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#62D252 (or 0x62D252) is known color: Apple. HEX triplet: 62, D2 and 52. RGB value is (98,210,82). Sum of RGB (Red+Green+Blue) = 98+210+82=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #62D252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62D252 is #9D2DAD. Grayscale: #A2A2A2. Windows color (decimal): -10300846 or 5427810. OLE color: 5427810.

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

Color convert

RGB 98 210 82 -
CMYK 0.53 0 0.61 0.18
HSL 112.5º 0.59% 0.57% -
HSV(B) 112.5º 0.61% 0.82% -
XYZ 29.61 49.3 15.94 -
YUV 161.92 82.89 82.41 -
System Red Green Blue C M Y K H S L
Decimal 98 210 82 0.53 0 0.61 0.18 112.5 0.59 0.57
Hex 62 D2 52 35 0 3D 12 70 3B 39
Octal 142 322 122 65 0 75 22 160 73 71
Binary 1100010 11010010 1010010 110101 0 111101 10010 1110000 111011 111001

Color Harmonies of #62D252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D252

Black with #62D252

Text Example


Text Example

White with #62D252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,210,82); }

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

background-color css

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

 a { background-color: rgb(98,210,82); }

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

border-color css

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

 span { border-color: rgb(98,210,82); }

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