#62DD4B

Color #62DD4B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #62DD4B

Tints of Apple #62DD4B

Color information

#62DD4B (or 0x62DD4B) is unknown color: approx Apple. HEX triplet: 62, DD and 4B. RGB value is (98,221,75). Sum of RGB (Red+Green+Blue) = 98+221+75=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #62DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DD4B is #9D22B4. Grayscale: #A8A8A8. Windows color (decimal): -10298037 or 4971874. OLE color: 4971874.

HSL color Cylindrical-coordinate representation of color #62DD4B: hue angle of 110.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62DD4B is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB9822175-
CMYK0.5600.660.13
HSL110.55º68.22%58.04%-
HSV(B)110.55º66.06%86.67%-
XYZ32.1654.8215.54-
YUV167.5875.7578.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 221 (86.72% from 255) = 56.09%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=24.87%
G=56.09%
B=19.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98221750.5600.660.13110.5568.2258.04
Hex62DD4B38042D6f443a
Octal1423351137001021515710472
Binary110001011011101100101111100001000010110111011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,221,75); }

 H1.HeaderClassName
 {
   color: #62DD4B;
 }
 .AnyTagClassName
 {
   color: #62DD4B;
 }
</style>
background-color css

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

 a { background-color: rgb(98,221,75); }

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

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

 span { border-color: rgb(98,221,75); }

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