#61C212

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

Shades of Kelly Green #61C212

Tints of Kelly Green #61C212

Color information

#61C212 (or 0x61C212) is unknown color: approx Kelly Green. HEX triplet: 61, C2 and 12. RGB value is (97,194,18). Sum of RGB (Red+Green+Blue) = 97+194+18=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #61C212 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C212 is #9E3DED. Grayscale: #919191. Windows color (decimal): -10370542 or 1229409. OLE color: 1229409.

HSL color Cylindrical-coordinate representation of color #61C212: hue angle of 93.07º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61C212 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB9719418-
CMYK0.5000.910.24
HSL93.07º83.02%41.57%-
HSV(B)93.07º90.72%76.08%-
XYZ24.3341.177.24-
YUV144.9356.3693.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 194 (76.17% from 255) = 62.78%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=31.39%
G=62.78%
B=5.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97194180.5000.910.2493.0783.0241.57
Hex61C2123205B185d532a
Octal141302226201333013512352
Binary11000011100001010010110010010110111100010111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,18); }

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

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

 a { background-color: rgb(97,194,18); }

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

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

 span { border-color: rgb(97,194,18); }

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