#62BA1C

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

Shades of Kelly Green #62BA1C

Tints of Kelly Green #62BA1C

Color information

#62BA1C (or 0x62BA1C) is unknown color: approx Kelly Green. HEX triplet: 62, BA and 1C. RGB value is (98,186,28). Sum of RGB (Red+Green+Blue) = 98+186+28=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BA1C is #9D45E3. Grayscale: #8E8E8E. Windows color (decimal): -10307044 or 1882722. OLE color: 1882722.

HSL color Cylindrical-coordinate representation of color #62BA1C: hue angle of 93.42º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62BA1C is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB9818628-
CMYK0.4700.850.27
HSL93.42º73.83%41.96%-
HSV(B)93.42º84.95%72.94%-
XYZ22.8137.87.19-
YUV141.6863.8596.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 186 (73.05% from 255) = 59.62%
BLUE value IS 28 (11.33% from 255) = 8.97%
R=31.41%
G=59.62%
B=8.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98186280.4700.850.2793.4273.8341.96
Hex62BA1C2F0551B5d4a2a
Octal142272345701253313511252
Binary11000101011101011100101111010101011101110111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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