#61CA12

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

Shades of Kelly Green #61CA12

Tints of Kelly Green #61CA12

Color information

#61CA12 (or 0x61CA12) is unknown color: approx Kelly Green. HEX triplet: 61, CA and 12. RGB value is (97,202,18). Sum of RGB (Red+Green+Blue) = 97+202+18=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CA12 is #9E35ED. Grayscale: #969696. Windows color (decimal): -10368494 or 1231457. OLE color: 1231457.

HSL color Cylindrical-coordinate representation of color #61CA12: hue angle of 94.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61CA12 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB9720218-
CMYK0.5200.910.21
HSL94.24º83.64%43.14%-
HSV(B)94.24º91.09%79.22%-
XYZ26.1644.837.85-
YUV149.6353.7190.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 202 (79.30% from 255) = 63.72%
BLUE value IS 18 (7.42% from 255) = 5.68%
R=30.60%
G=63.72%
B=5.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97202180.5200.910.2194.2483.6443.14
Hex61CA123405B155e542b
Octal141312226401332513612453
Binary11000011100101010010110100010110111010110111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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