Shades of Kelly Green #54CB2D
Tints of Kelly Green #54CB2D
RGB
CMYK
RGB Variations
Color information
#54CB2D (or 0x54CB2D) is known color: Kelly Green. HEX triplet: 54, CB and 2D. RGB value is (84,203,45). Sum of RGB (Red+Green+Blue) = 84+203+45=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54CB2D is #AB34D2. Grayscale: #959595. Windows color (decimal): -11220179 or 3001172. OLE color: 3001172.
HSL color Cylindrical-coordinate representation of color #54CB2D: hue angle of 105.19º 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 #54CB2D is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 45 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.20 |
| HSL | 105.19º | 0.64% | 0.49% | - |
| HSV(B) | 105.19º | 0.78% | 0.8% | - |
| XYZ | 25.49 | 44.79 | 9.78 | - |
| YUV | 149.41 | 69.08 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 45 | 0.59 | 0 | 0.78 | 0.20 | 105.19 | 0.64 | 0.49 |
| Hex | 54 | CB | 2D | 3B | 0 | 4E | 14 | 69 | 40 | 31 |
| Octal | 124 | 313 | 55 | 73 | 0 | 116 | 24 | 151 | 100 | 61 |
| Binary | 1010100 | 11001011 | 101101 | 111011 | 0 | 1001110 | 10100 | 1101001 | 1000000 | 110001 |
Color Harmonies of #54CB2D
Complementary color
Monochromatic Colors of #54CB2D
Black with #54CB2D
Text Example
Text Example
White with #54CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB2D; }
p { color: rgb(84,203,45); }
H1.HeaderClassName
{
color: #54CB2D;
}
.AnyTagClassName
{
color: #54CB2D;
}
</style>
background-color css
<style>
a { background-color: #54CB2D; }
a { background-color: rgb(84,203,45); }
div.DivClassName
{
background-color: #54CB2D;
}
.BgClassName
{
background-color: #54CB2D;
}
</style>
border-color css
<style>
span { border-color: #54CB2D; }
span { border-color: rgb(84,203,45); }
td.TdClassName
{
border-color: #54CB2D;
}
.TagClassName
{
border-color: #54CB2D;
}
</style>