Shades of Kelly Green #4BCD2A
Tints of Kelly Green #4BCD2A
RGB
CMYK
RGB Variations
Color information
#4BCD2A (or 0x4BCD2A) is known color: Kelly Green. HEX triplet: 4B, CD and 2A. RGB value is (75,205,42). Sum of RGB (Red+Green+Blue) = 75+205+42=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCD2A is #B432D5. Grayscale: #949494. Windows color (decimal): -11809494 or 2805067. OLE color: 2805067.
HSL color Cylindrical-coordinate representation of color #4BCD2A: hue angle of 107.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4BCD2A is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 42 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.20 |
| HSL | 107.85º | 0.66% | 0.48% | - |
| HSV(B) | 107.85º | 0.8% | 0.8% | - |
| XYZ | 25.15 | 45.33 | 9.61 | - |
| YUV | 147.55 | 68.43 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 42 | 0.63 | 0 | 0.80 | 0.20 | 107.85 | 0.66 | 0.48 |
| Hex | 4B | CD | 2A | 3F | 0 | 50 | 14 | 6C | 42 | 30 |
| Octal | 113 | 315 | 52 | 77 | 0 | 120 | 24 | 154 | 102 | 60 |
| Binary | 1001011 | 11001101 | 101010 | 111111 | 0 | 1010000 | 10100 | 1101100 | 1000010 | 110000 |
Color Harmonies of #4BCD2A
Complementary color
Monochromatic Colors of #4BCD2A
Black with #4BCD2A
Text Example
Text Example
White with #4BCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCD2A; }
p { color: rgb(75,205,42); }
H1.HeaderClassName
{
color: #4BCD2A;
}
.AnyTagClassName
{
color: #4BCD2A;
}
</style>
background-color css
<style>
a { background-color: #4BCD2A; }
a { background-color: rgb(75,205,42); }
div.DivClassName
{
background-color: #4BCD2A;
}
.BgClassName
{
background-color: #4BCD2A;
}
</style>
border-color css
<style>
span { border-color: #4BCD2A; }
span { border-color: rgb(75,205,42); }
td.TdClassName
{
border-color: #4BCD2A;
}
.TagClassName
{
border-color: #4BCD2A;
}
</style>