#62CF0E

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

Shades of Kelly Green #62CF0E

Tints of Kelly Green #62CF0E

Color information

#62CF0E (or 0x62CF0E) is unknown color: approx Kelly Green. HEX triplet: 62, CF and 0E. RGB value is (98,207,14). Sum of RGB (Red+Green+Blue) = 98+207+14=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #62CF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62CF0E is #9D30F1. Grayscale: #999999. Windows color (decimal): -10301682 or 970594. OLE color: 970594.

HSL color Cylindrical-coordinate representation of color #62CF0E: hue angle of 93.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62CF0E is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB9820714-
CMYK0.5300.930.19
HSL93.89º87.33%43.33%-
HSV(B)93.89º93.24%81.18%-
XYZ27.4347.258.09-
YUV152.4149.8989.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.72%
GREEN value IS 207 (81.25% from 255) = 64.89%
BLUE value IS 14 (5.86% from 255) = 4.39%
R=30.72%
G=64.89%
B=4.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98207140.5300.930.1993.8987.3343.33
Hex62CFE3505D135e572b
Octal142317166501352313612753
Binary1100010110011111110110101010111011001110111101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,207,14); }

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

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

 a { background-color: rgb(98,207,14); }

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

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

 span { border-color: rgb(98,207,14); }

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