Shades of Kelly Green #42BE27
Tints of Kelly Green #42BE27
RGB
CMYK
RGB Variations
Color information
#42BE27 (or 0x42BE27) is known color: Kelly Green. HEX triplet: 42, BE and 27. RGB value is (66,190,39). Sum of RGB (Red+Green+Blue) = 66+190+39=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE27 is #BD41D8. Grayscale: #888888. Windows color (decimal): -12403161 or 2604610. OLE color: 2604610.
HSL color Cylindrical-coordinate representation of color #42BE27: hue angle of 109.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42BE27 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 39 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.25 |
| HSL | 109.27º | 0.66% | 0.45% | - |
| HSV(B) | 109.27º | 0.79% | 0.75% | - |
| XYZ | 21.03 | 38.13 | 8.17 | - |
| YUV | 135.71 | 73.42 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 39 | 0.65 | 0 | 0.79 | 0.25 | 109.27 | 0.66 | 0.45 |
| Hex | 42 | BE | 27 | 41 | 0 | 4F | 19 | 6D | 42 | 2D |
| Octal | 102 | 276 | 47 | 101 | 0 | 117 | 31 | 155 | 102 | 55 |
| Binary | 1000010 | 10111110 | 100111 | 1000001 | 0 | 1001111 | 11001 | 1101101 | 1000010 | 101101 |
Color Harmonies of #42BE27
Complementary color
Monochromatic Colors of #42BE27
Black with #42BE27
Text Example
Text Example
White with #42BE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE27; }
p { color: rgb(66,190,39); }
H1.HeaderClassName
{
color: #42BE27;
}
.AnyTagClassName
{
color: #42BE27;
}
</style>
background-color css
<style>
a { background-color: #42BE27; }
a { background-color: rgb(66,190,39); }
div.DivClassName
{
background-color: #42BE27;
}
.BgClassName
{
background-color: #42BE27;
}
</style>
border-color css
<style>
span { border-color: #42BE27; }
span { border-color: rgb(66,190,39); }
td.TdClassName
{
border-color: #42BE27;
}
.TagClassName
{
border-color: #42BE27;
}
</style>