#62CD02

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

Shades of Kelly Green #62CD02

Tints of Kelly Green #62CD02

Color information

#62CD02 (or 0x62CD02) is unknown color: approx Kelly Green. HEX triplet: 62, CD and 02. RGB value is (98,205,2). Sum of RGB (Red+Green+Blue) = 98+205+2=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 205 (80.47% from 255 or 67.21% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 205 - color contains mainly: green. Hex color #62CD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62CD02 is #9D32FD. Grayscale: #969696. Windows color (decimal): -10302206 or 183650. OLE color: 183650.

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

Color convert

RGB982052-
CMYK0.5200.990.20
HSL91.63º98.07%40.59%-
HSV(B)91.63º99.02%80.39%-
XYZ26.8846.267.57-
YUV149.8644.5591.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 205 (80.47% from 255) = 67.21%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=32.13%
G=67.21%
B=0.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9820520.5200.990.2091.6398.0740.59
Hex62CD234063145c6229
Octal14231526401432413414251
Binary11000101100110110110100011000111010010111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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