#62CB0C

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

Shades of Kelly Green #62CB0C

Tints of Kelly Green #62CB0C

Color information

#62CB0C (or 0x62CB0C) is unknown color: approx Kelly Green. HEX triplet: 62, CB and 0C. RGB value is (98,203,12). Sum of RGB (Red+Green+Blue) = 98+203+12=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 203 (79.69% from 255 or 64.86% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 203 - color contains mainly: green. Hex color #62CB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62CB0C is #9D34F3. Grayscale: #969696. Windows color (decimal): -10302708 or 838498. OLE color: 838498.

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

Color convert

RGB9820312-
CMYK0.5200.940.20
HSL92.98º88.84%42.16%-
HSV(B)92.98º94.09%79.61%-
XYZ26.4645.347.7-
YUV149.8350.2191.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 203 (79.69% from 255) = 64.86%
BLUE value IS 12 (5.08% from 255) = 3.83%
R=31.31%
G=64.86%
B=3.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98203120.5200.940.2092.9888.8442.16
Hex62CBC3405E145d592a
Octal142313146401362413513152
Binary1100010110010111100110100010111101010010111011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,203,12); }

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

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

 a { background-color: rgb(98,203,12); }

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

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

 span { border-color: rgb(98,203,12); }

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