Shades of Kelly Green #42B227
Tints of Kelly Green #42B227
RGB
CMYK
RGB Variations
Color information
#42B227 (or 0x42B227) is known color: Kelly Green. HEX triplet: 42, B2 and 27. RGB value is (66,178,39). Sum of RGB (Red+Green+Blue) = 66+178+39=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #42B227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B227 is #BD4DD8. Grayscale: #818181. Windows color (decimal): -12406233 or 2601538. OLE color: 2601538.
HSL color Cylindrical-coordinate representation of color #42B227: hue angle of 108.35º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42B227 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 39 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.30 |
| HSL | 108.35º | 0.64% | 0.43% | - |
| HSV(B) | 108.35º | 0.78% | 0.7% | - |
| XYZ | 18.53 | 33.15 | 7.34 | - |
| YUV | 128.67 | 77.39 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 39 | 0.63 | 0 | 0.78 | 0.30 | 108.35 | 0.64 | 0.43 |
| Hex | 42 | B2 | 27 | 3F | 0 | 4E | 1E | 6C | 40 | 2B |
| Octal | 102 | 262 | 47 | 77 | 0 | 116 | 36 | 154 | 100 | 53 |
| Binary | 1000010 | 10110010 | 100111 | 111111 | 0 | 1001110 | 11110 | 1101100 | 1000000 | 101011 |
Color Harmonies of #42B227
Complementary color
Monochromatic Colors of #42B227
Black with #42B227
Text Example
Text Example
White with #42B227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B227; }
p { color: rgb(66,178,39); }
H1.HeaderClassName
{
color: #42B227;
}
.AnyTagClassName
{
color: #42B227;
}
</style>
background-color css
<style>
a { background-color: #42B227; }
a { background-color: rgb(66,178,39); }
div.DivClassName
{
background-color: #42B227;
}
.BgClassName
{
background-color: #42B227;
}
</style>
border-color css
<style>
span { border-color: #42B227; }
span { border-color: rgb(66,178,39); }
td.TdClassName
{
border-color: #42B227;
}
.TagClassName
{
border-color: #42B227;
}
</style>