Shades of Kelly Green #61CF28
Tints of Kelly Green #61CF28
RGB
CMYK
RGB Variations
Color information
#61CF28 (or 0x61CF28) is known color: Kelly Green. HEX triplet: 61, CF and 28. RGB value is (97,207,40). Sum of RGB (Red+Green+Blue) = 97+207+40=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CF28 is #9E30D7. Grayscale: #9B9B9B. Windows color (decimal): -10367192 or 2674529. OLE color: 2674529.
HSL color Cylindrical-coordinate representation of color #61CF28: hue angle of 99.52º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61CF28 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 40 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.19 |
| HSL | 99.52º | 0.68% | 0.48% | - |
| HSV(B) | 99.52º | 0.81% | 0.81% | - |
| XYZ | 27.63 | 47.32 | 9.69 | - |
| YUV | 155.07 | 63.06 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 40 | 0.53 | 0 | 0.81 | 0.19 | 99.52 | 0.68 | 0.48 |
| Hex | 61 | CF | 28 | 35 | 0 | 51 | 13 | 64 | 44 | 30 |
| Octal | 141 | 317 | 50 | 65 | 0 | 121 | 23 | 144 | 104 | 60 |
| Binary | 1100001 | 11001111 | 101000 | 110101 | 0 | 1010001 | 10011 | 1100100 | 1000100 | 110000 |
Color Harmonies of #61CF28
Complementary color
Monochromatic Colors of #61CF28
Black with #61CF28
Text Example
Text Example
White with #61CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CF28; }
p { color: rgb(97,207,40); }
H1.HeaderClassName
{
color: #61CF28;
}
.AnyTagClassName
{
color: #61CF28;
}
</style>
background-color css
<style>
a { background-color: #61CF28; }
a { background-color: rgb(97,207,40); }
div.DivClassName
{
background-color: #61CF28;
}
.BgClassName
{
background-color: #61CF28;
}
</style>
border-color css
<style>
span { border-color: #61CF28; }
span { border-color: rgb(97,207,40); }
td.TdClassName
{
border-color: #61CF28;
}
.TagClassName
{
border-color: #61CF28;
}
</style>