Shades of Kelly Green #61CE02
Tints of Kelly Green #61CE02
RGB
CMYK
RGB Variations
Color information
#61CE02 (or 0x61CE02) is known color: Kelly Green. HEX triplet: 61, CE and 02. RGB value is (97,206,2). Sum of RGB (Red+Green+Blue) = 97+206+2=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61CE02 is #9E31FD. Grayscale: #969696. Windows color (decimal): -10367486 or 183905. OLE color: 183905.
HSL color Cylindrical-coordinate representation of color #61CE02: hue angle of 92.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61CE02 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.19 |
| HSL | 92.06º | 0.98% | 0.41% | - |
| HSV(B) | 92.06º | 0.99% | 0.81% | - |
| XYZ | 27.01 | 46.69 | 7.65 | - |
| YUV | 150.15 | 44.39 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 2 | 0.53 | 0 | 0.99 | 0.19 | 92.06 | 0.98 | 0.41 |
| Hex | 61 | CE | 2 | 35 | 0 | 63 | 13 | 5C | 62 | 29 |
| Octal | 141 | 316 | 2 | 65 | 0 | 143 | 23 | 134 | 142 | 51 |
| Binary | 1100001 | 11001110 | 10 | 110101 | 0 | 1100011 | 10011 | 1011100 | 1100010 | 101001 |
Color Harmonies of #61CE02
Complementary color
Monochromatic Colors of #61CE02
Black with #61CE02
Text Example
Text Example
White with #61CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CE02; }
p { color: rgb(97,206,2); }
H1.HeaderClassName
{
color: #61CE02;
}
.AnyTagClassName
{
color: #61CE02;
}
</style>
background-color css
<style>
a { background-color: #61CE02; }
a { background-color: rgb(97,206,2); }
div.DivClassName
{
background-color: #61CE02;
}
.BgClassName
{
background-color: #61CE02;
}
</style>
border-color css
<style>
span { border-color: #61CE02; }
span { border-color: rgb(97,206,2); }
td.TdClassName
{
border-color: #61CE02;
}
.TagClassName
{
border-color: #61CE02;
}
</style>