Shades of Kelly Green #53CD2D
Tints of Kelly Green #53CD2D
RGB
CMYK
RGB Variations
Color information
#53CD2D (or 0x53CD2D) is known color: Kelly Green. HEX triplet: 53, CD and 2D. RGB value is (83,205,45). Sum of RGB (Red+Green+Blue) = 83+205+45=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CD2D is #AC32D2. Grayscale: #969696. Windows color (decimal): -11285203 or 3001683. OLE color: 3001683.
HSL color Cylindrical-coordinate representation of color #53CD2D: hue angle of 105.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53CD2D is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 45 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.20 |
| HSL | 105.75º | 0.64% | 0.49% | - |
| HSV(B) | 105.75º | 0.78% | 0.8% | - |
| XYZ | 25.87 | 45.69 | 9.94 | - |
| YUV | 150.28 | 68.58 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 45 | 0.60 | 0 | 0.78 | 0.20 | 105.75 | 0.64 | 0.49 |
| Hex | 53 | CD | 2D | 3C | 0 | 4E | 14 | 6A | 40 | 31 |
| Octal | 123 | 315 | 55 | 74 | 0 | 116 | 24 | 152 | 100 | 61 |
| Binary | 1010011 | 11001101 | 101101 | 111100 | 0 | 1001110 | 10100 | 1101010 | 1000000 | 110001 |
Color Harmonies of #53CD2D
Complementary color
Monochromatic Colors of #53CD2D
Black with #53CD2D
Text Example
Text Example
White with #53CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CD2D; }
p { color: rgb(83,205,45); }
H1.HeaderClassName
{
color: #53CD2D;
}
.AnyTagClassName
{
color: #53CD2D;
}
</style>
background-color css
<style>
a { background-color: #53CD2D; }
a { background-color: rgb(83,205,45); }
div.DivClassName
{
background-color: #53CD2D;
}
.BgClassName
{
background-color: #53CD2D;
}
</style>
border-color css
<style>
span { border-color: #53CD2D; }
span { border-color: rgb(83,205,45); }
td.TdClassName
{
border-color: #53CD2D;
}
.TagClassName
{
border-color: #53CD2D;
}
</style>