#62BF02

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

Shades of Kelly Green #62BF02

Tints of Kelly Green #62BF02

Color information

#62BF02 (or 0x62BF02) is unknown color: approx Kelly Green. HEX triplet: 62, BF and 02. RGB value is (98,191,2). Sum of RGB (Red+Green+Blue) = 98+191+2=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62BF02 is #9D40FD. Grayscale: #8E8E8E. Windows color (decimal): -10305790 or 180066. OLE color: 180066.

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

Color convert

RGB981912-
CMYK0.4900.990.25
HSL89.52º97.93%37.84%-
HSV(B)89.52º98.95%74.9%-
XYZ23.6839.866.5-
YUV141.6549.1996.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 191 (75% from 255) = 65.64%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=33.68%
G=65.64%
B=0.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9819120.4900.990.2589.5297.9337.84
Hex62BF231063195a6226
Octal14227726101433113214246
Binary11000101011111110110001011000111100110110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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