Shades of Kelly Green #61DC23
Tints of Kelly Green #61DC23
RGB
CMYK
RGB Variations
Color information
#61DC23 (or 0x61DC23) is known color: Kelly Green. HEX triplet: 61, DC and 23. RGB value is (97,220,35). Sum of RGB (Red+Green+Blue) = 97+220+35=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DC23 is #9E23DC. Grayscale: #A2A2A2. Windows color (decimal): -10363869 or 2350177. OLE color: 2350177.
HSL color Cylindrical-coordinate representation of color #61DC23: hue angle of 99.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61DC23 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 35 | - |
| CMYK | 0.56 | 0 | 0.84 | 0.14 |
| HSL | 99.89º | 0.73% | 0.5% | - |
| HSV(B) | 99.89º | 0.84% | 0.86% | - |
| XYZ | 30.83 | 53.85 | 10.36 | - |
| YUV | 162.13 | 56.25 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 35 | 0.56 | 0 | 0.84 | 0.14 | 99.89 | 0.73 | 0.5 |
| Hex | 61 | DC | 23 | 38 | 0 | 54 | E | 64 | 49 | 32 |
| Octal | 141 | 334 | 43 | 70 | 0 | 124 | 16 | 144 | 111 | 62 |
| Binary | 1100001 | 11011100 | 100011 | 111000 | 0 | 1010100 | 1110 | 1100100 | 1001001 | 110010 |
Color Harmonies of #61DC23
Complementary color
Monochromatic Colors of #61DC23
Black with #61DC23
Text Example
Text Example
White with #61DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC23; }
p { color: rgb(97,220,35); }
H1.HeaderClassName
{
color: #61DC23;
}
.AnyTagClassName
{
color: #61DC23;
}
</style>
background-color css
<style>
a { background-color: #61DC23; }
a { background-color: rgb(97,220,35); }
div.DivClassName
{
background-color: #61DC23;
}
.BgClassName
{
background-color: #61DC23;
}
</style>
border-color css
<style>
span { border-color: #61DC23; }
span { border-color: rgb(97,220,35); }
td.TdClassName
{
border-color: #61DC23;
}
.TagClassName
{
border-color: #61DC23;
}
</style>