Shades of Kelly Green #61D028
Tints of Kelly Green #61D028
RGB
CMYK
RGB Variations
Color information
#61D028 (or 0x61D028) is known color: Kelly Green. HEX triplet: 61, D0 and 28. RGB value is (97,208,40). Sum of RGB (Red+Green+Blue) = 97+208+40=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #61D028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D028 is #9E2FD7. Grayscale: #9C9C9C. Windows color (decimal): -10366936 or 2674785. OLE color: 2674785.
HSL color Cylindrical-coordinate representation of color #61D028: hue angle of 99.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61D028 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 40 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.18 |
| HSL | 99.64º | 0.68% | 0.49% | - |
| HSV(B) | 99.64º | 0.81% | 0.82% | - |
| XYZ | 27.87 | 47.81 | 9.77 | - |
| YUV | 155.66 | 62.73 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 40 | 0.53 | 0 | 0.81 | 0.18 | 99.64 | 0.68 | 0.49 |
| Hex | 61 | D0 | 28 | 35 | 0 | 51 | 12 | 64 | 44 | 31 |
| Octal | 141 | 320 | 50 | 65 | 0 | 121 | 22 | 144 | 104 | 61 |
| Binary | 1100001 | 11010000 | 101000 | 110101 | 0 | 1010001 | 10010 | 1100100 | 1000100 | 110001 |
Color Harmonies of #61D028
Complementary color
Monochromatic Colors of #61D028
Black with #61D028
Text Example
Text Example
White with #61D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D028; }
p { color: rgb(97,208,40); }
H1.HeaderClassName
{
color: #61D028;
}
.AnyTagClassName
{
color: #61D028;
}
</style>
background-color css
<style>
a { background-color: #61D028; }
a { background-color: rgb(97,208,40); }
div.DivClassName
{
background-color: #61D028;
}
.BgClassName
{
background-color: #61D028;
}
</style>
border-color css
<style>
span { border-color: #61D028; }
span { border-color: rgb(97,208,40); }
td.TdClassName
{
border-color: #61D028;
}
.TagClassName
{
border-color: #61D028;
}
</style>