Shades of Kelly Green #61BE1D
Tints of Kelly Green #61BE1D
RGB
CMYK
RGB Variations
Color information
#61BE1D (or 0x61BE1D) is known color: Kelly Green. HEX triplet: 61, BE and 1D. RGB value is (97,190,29). Sum of RGB (Red+Green+Blue) = 97+190+29=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BE1D is #9E41E2. Grayscale: #909090. Windows color (decimal): -10371555 or 1949281. OLE color: 1949281.
HSL color Cylindrical-coordinate representation of color #61BE1D: hue angle of 94.66º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61BE1D is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 190 | 29 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.25 |
| HSL | 94.66º | 0.74% | 0.43% | - |
| HSV(B) | 94.66º | 0.85% | 0.75% | - |
| XYZ | 23.56 | 39.46 | 7.54 | - |
| YUV | 143.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 29 | 0.49 | 0 | 0.85 | 0.25 | 94.66 | 0.74 | 0.43 |
| Hex | 61 | BE | 1D | 31 | 0 | 55 | 19 | 5F | 4A | 2B |
| Octal | 141 | 276 | 35 | 61 | 0 | 125 | 31 | 137 | 112 | 53 |
| Binary | 1100001 | 10111110 | 11101 | 110001 | 0 | 1010101 | 11001 | 1011111 | 1001010 | 101011 |
Color Harmonies of #61BE1D
Complementary color
Monochromatic Colors of #61BE1D
Black with #61BE1D
Text Example
Text Example
White with #61BE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BE1D; }
p { color: rgb(97,190,29); }
H1.HeaderClassName
{
color: #61BE1D;
}
.AnyTagClassName
{
color: #61BE1D;
}
</style>
background-color css
<style>
a { background-color: #61BE1D; }
a { background-color: rgb(97,190,29); }
div.DivClassName
{
background-color: #61BE1D;
}
.BgClassName
{
background-color: #61BE1D;
}
</style>
border-color css
<style>
span { border-color: #61BE1D; }
span { border-color: rgb(97,190,29); }
td.TdClassName
{
border-color: #61BE1D;
}
.TagClassName
{
border-color: #61BE1D;
}
</style>