#62BF1C

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

Shades of Kelly Green #62BF1C

Tints of Kelly Green #62BF1C

Color information

#62BF1C (or 0x62BF1C) is unknown color: approx Kelly Green. HEX triplet: 62, BF and 1C. RGB value is (98,191,28). Sum of RGB (Red+Green+Blue) = 98+191+28=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BF1C is #9D40E3. Grayscale: #919191. Windows color (decimal): -10305764 or 1884002. OLE color: 1884002.

HSL color Cylindrical-coordinate representation of color #62BF1C: hue angle of 94.23º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62BF1C is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB9819128-
CMYK0.4900.850.25
HSL94.23º74.43%42.94%-
HSV(B)94.23º85.34%74.9%-
XYZ23.8839.947.55-
YUV144.6162.1994.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 191 (75% from 255) = 60.25%
BLUE value IS 28 (11.33% from 255) = 8.83%
R=30.91%
G=60.25%
B=8.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98191280.4900.850.2594.2374.4342.94
Hex62BF1C31055195e4a2b
Octal142277346101253113611253
Binary11000101011111111100110001010101011100110111101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,191,28); }

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

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

 a { background-color: rgb(98,191,28); }

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

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

 span { border-color: rgb(98,191,28); }

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