Shades of Kelly Green #61CB02
Tints of Kelly Green #61CB02
RGB
CMYK
RGB Variations
Color information
#61CB02 (or 0x61CB02) is known color: Kelly Green. HEX triplet: 61, CB and 02. RGB value is (97,203,2). Sum of RGB (Red+Green+Blue) = 97+203+2=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 203 (79.69% from 255 or 67.22% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CB02 is #9E34FD. Grayscale: #959595. Windows color (decimal): -10368254 or 183137. OLE color: 183137.
HSL color Cylindrical-coordinate representation of color #61CB02: hue angle of 91.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61CB02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 203 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.20 |
| HSL | 91.64º | 0.98% | 0.4% | - |
| HSV(B) | 91.64º | 0.99% | 0.8% | - |
| XYZ | 26.3 | 45.26 | 7.41 | - |
| YUV | 148.39 | 45.38 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 2 | 0.52 | 0 | 0.99 | 0.20 | 91.64 | 0.98 | 0.4 |
| Hex | 61 | CB | 2 | 34 | 0 | 63 | 14 | 5C | 62 | 28 |
| Octal | 141 | 313 | 2 | 64 | 0 | 143 | 24 | 134 | 142 | 50 |
| Binary | 1100001 | 11001011 | 10 | 110100 | 0 | 1100011 | 10100 | 1011100 | 1100010 | 101000 |
Color Harmonies of #61CB02
Complementary color
Monochromatic Colors of #61CB02
Black with #61CB02
Text Example
Text Example
White with #61CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CB02; }
p { color: rgb(97,203,2); }
H1.HeaderClassName
{
color: #61CB02;
}
.AnyTagClassName
{
color: #61CB02;
}
</style>
background-color css
<style>
a { background-color: #61CB02; }
a { background-color: rgb(97,203,2); }
div.DivClassName
{
background-color: #61CB02;
}
.BgClassName
{
background-color: #61CB02;
}
</style>
border-color css
<style>
span { border-color: #61CB02; }
span { border-color: rgb(97,203,2); }
td.TdClassName
{
border-color: #61CB02;
}
.TagClassName
{
border-color: #61CB02;
}
</style>