#62CD40

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

Shades of Apple #62CD40

Tints of Apple #62CD40

Color information

#62CD40 (or 0x62CD40) is unknown color: approx Apple. HEX triplet: 62, CD and 40. RGB value is (98,205,64). Sum of RGB (Red+Green+Blue) = 98+205+64=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #62CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CD40 is #9D32BF. Grayscale: #9D9D9D. Windows color (decimal): -10302144 or 4246882. OLE color: 4246882.

HSL color Cylindrical-coordinate representation of color #62CD40: hue angle of 105.53º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62CD40 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB9820564-
CMYK0.5200.690.20
HSL105.53º58.51%52.75%-
HSV(B)105.53º68.78%80.39%-
XYZ27.7946.6312.39-
YUV156.9375.5585.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 205 (80.47% from 255) = 55.86%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=26.70%
G=55.86%
B=17.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98205640.5200.690.20105.5358.5152.75
Hex62CD4034045146a3b35
Octal142315100640105241527365
Binary110001011001101100000011010001000101101001101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,205,64); }

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

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

 a { background-color: rgb(98,205,64); }

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

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

 span { border-color: rgb(98,205,64); }

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