Shades of Kelly Green #61BD1C
Tints of Kelly Green #61BD1C
RGB
CMYK
RGB Variations
Color information
#61BD1C (or 0x61BD1C) is known color: Kelly Green. HEX triplet: 61, BD and 1C. RGB value is (97,189,28). Sum of RGB (Red+Green+Blue) = 97+189+28=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BD1C is #9E42E3. Grayscale: #8F8F8F. Windows color (decimal): -10371812 or 1883489. OLE color: 1883489.
HSL color Cylindrical-coordinate representation of color #61BD1C: hue angle of 94.29º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61BD1C is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 28 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.26 |
| HSL | 94.29º | 0.74% | 0.43% | - |
| HSV(B) | 94.29º | 0.85% | 0.74% | - |
| XYZ | 23.34 | 39.02 | 7.4 | - |
| YUV | 143.14 | 63.02 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 28 | 0.49 | 0 | 0.85 | 0.26 | 94.29 | 0.74 | 0.43 |
| Hex | 61 | BD | 1C | 31 | 0 | 55 | 1A | 5E | 4A | 2B |
| Octal | 141 | 275 | 34 | 61 | 0 | 125 | 32 | 136 | 112 | 53 |
| Binary | 1100001 | 10111101 | 11100 | 110001 | 0 | 1010101 | 11010 | 1011110 | 1001010 | 101011 |
Color Harmonies of #61BD1C
Complementary color
Monochromatic Colors of #61BD1C
Black with #61BD1C
Text Example
Text Example
White with #61BD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD1C; }
p { color: rgb(97,189,28); }
H1.HeaderClassName
{
color: #61BD1C;
}
.AnyTagClassName
{
color: #61BD1C;
}
</style>
background-color css
<style>
a { background-color: #61BD1C; }
a { background-color: rgb(97,189,28); }
div.DivClassName
{
background-color: #61BD1C;
}
.BgClassName
{
background-color: #61BD1C;
}
</style>
border-color css
<style>
span { border-color: #61BD1C; }
span { border-color: rgb(97,189,28); }
td.TdClassName
{
border-color: #61BD1C;
}
.TagClassName
{
border-color: #61BD1C;
}
</style>