Shades of Kelly Green #42AB1F
Tints of Kelly Green #42AB1F
RGB
CMYK
RGB Variations
Color information
#42AB1F (or 0x42AB1F) is known color: Kelly Green. HEX triplet: 42, AB and 1F. RGB value is (66,171,31). Sum of RGB (Red+Green+Blue) = 66+171+31=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB1F is #BD54E0. Grayscale: #7C7C7C. Windows color (decimal): -12408033 or 2075458. OLE color: 2075458.
HSL color Cylindrical-coordinate representation of color #42AB1F: hue angle of 105º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42AB1F is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 31 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.33 |
| HSL | 105º | 0.69% | 0.4% | - |
| HSV(B) | 105º | 0.82% | 0.67% | - |
| XYZ | 17.06 | 30.38 | 6.26 | - |
| YUV | 123.65 | 75.71 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 31 | 0.61 | 0 | 0.82 | 0.33 | 105 | 0.69 | 0.4 |
| Hex | 42 | AB | 1F | 3D | 0 | 52 | 21 | 69 | 45 | 28 |
| Octal | 102 | 253 | 37 | 75 | 0 | 122 | 41 | 151 | 105 | 50 |
| Binary | 1000010 | 10101011 | 11111 | 111101 | 0 | 1010010 | 100001 | 1101001 | 1000101 | 101000 |
Color Harmonies of #42AB1F
Complementary color
Monochromatic Colors of #42AB1F
Black with #42AB1F
Text Example
Text Example
White with #42AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB1F; }
p { color: rgb(66,171,31); }
H1.HeaderClassName
{
color: #42AB1F;
}
.AnyTagClassName
{
color: #42AB1F;
}
</style>
background-color css
<style>
a { background-color: #42AB1F; }
a { background-color: rgb(66,171,31); }
div.DivClassName
{
background-color: #42AB1F;
}
.BgClassName
{
background-color: #42AB1F;
}
</style>
border-color css
<style>
span { border-color: #42AB1F; }
span { border-color: rgb(66,171,31); }
td.TdClassName
{
border-color: #42AB1F;
}
.TagClassName
{
border-color: #42AB1F;
}
</style>