#61D20C

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

Shades of Kelly Green #61D20C

Tints of Kelly Green #61D20C

Color information

#61D20C (or 0x61D20C) is unknown color: approx Kelly Green. HEX triplet: 61, D2 and 0C. RGB value is (97,210,12). Sum of RGB (Red+Green+Blue) = 97+210+12=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #61D20C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61D20C is #9E2DF3. Grayscale: #9A9A9A. Windows color (decimal): -10366452 or 840289. OLE color: 840289.

HSL color Cylindrical-coordinate representation of color #61D20C: hue angle of 94.24º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61D20C is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB9721012-
CMYK0.5400.940.18
HSL94.24º89.19%43.53%-
HSV(B)94.24º94.29%82.35%-
XYZ28.0448.668.26-
YUV153.6448.0687.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 210 (82.42% from 255) = 65.83%
BLUE value IS 12 (5.08% from 255) = 3.76%
R=30.41%
G=65.83%
B=3.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97210120.5400.940.1894.2489.1943.53
Hex61D2C3605E125e592c
Octal141322146601362213613154
Binary1100001110100101100110110010111101001010111101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61D20C; }

 p { color: rgb(97,210,12); }

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

<style>
 a { background-color: #61D20C; }

 a { background-color: rgb(97,210,12); }

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

<style>
 span { border-color: #61D20C; }

 span { border-color: rgb(97,210,12); }

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