Shades of Kelly Green #53CF2F
Tints of Kelly Green #53CF2F
RGB
CMYK
RGB Variations
Color information
#53CF2F (or 0x53CF2F) is known color: Kelly Green. HEX triplet: 53, CF and 2F. RGB value is (83,207,47). Sum of RGB (Red+Green+Blue) = 83+207+47=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CF2F is #AC30D0. Grayscale: #989898. Windows color (decimal): -11284689 or 3133267. OLE color: 3133267.
HSL color Cylindrical-coordinate representation of color #53CF2F: hue angle of 106.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53CF2F is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 47 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.19 |
| HSL | 106.5º | 0.63% | 0.5% | - |
| HSV(B) | 106.5º | 0.77% | 0.81% | - |
| XYZ | 26.39 | 46.67 | 10.31 | - |
| YUV | 151.68 | 68.92 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 47 | 0.60 | 0 | 0.77 | 0.19 | 106.5 | 0.63 | 0.5 |
| Hex | 53 | CF | 2F | 3C | 0 | 4D | 13 | 6A | 3F | 32 |
| Octal | 123 | 317 | 57 | 74 | 0 | 115 | 23 | 152 | 77 | 62 |
| Binary | 1010011 | 11001111 | 101111 | 111100 | 0 | 1001101 | 10011 | 1101010 | 111111 | 110010 |
Color Harmonies of #53CF2F
Complementary color
Monochromatic Colors of #53CF2F
Black with #53CF2F
Text Example
Text Example
White with #53CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF2F; }
p { color: rgb(83,207,47); }
H1.HeaderClassName
{
color: #53CF2F;
}
.AnyTagClassName
{
color: #53CF2F;
}
</style>
background-color css
<style>
a { background-color: #53CF2F; }
a { background-color: rgb(83,207,47); }
div.DivClassName
{
background-color: #53CF2F;
}
.BgClassName
{
background-color: #53CF2F;
}
</style>
border-color css
<style>
span { border-color: #53CF2F; }
span { border-color: rgb(83,207,47); }
td.TdClassName
{
border-color: #53CF2F;
}
.TagClassName
{
border-color: #53CF2F;
}
</style>