Shades of Kelly Green #42AF26
Tints of Kelly Green #42AF26
RGB
CMYK
RGB Variations
Color information
#42AF26 (or 0x42AF26) is known color: Kelly Green. HEX triplet: 42, AF and 26. RGB value is (66,175,38). Sum of RGB (Red+Green+Blue) = 66+175+38=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF26 is #BD50D9. Grayscale: #7F7F7F. Windows color (decimal): -12407002 or 2535234. OLE color: 2535234.
HSL color Cylindrical-coordinate representation of color #42AF26: hue angle of 107.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42AF26 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 38 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.31 |
| HSL | 107.74º | 0.64% | 0.42% | - |
| HSV(B) | 107.74º | 0.78% | 0.69% | - |
| XYZ | 17.93 | 31.96 | 7.06 | - |
| YUV | 126.79 | 77.89 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 38 | 0.62 | 0 | 0.78 | 0.31 | 107.74 | 0.64 | 0.42 |
| Hex | 42 | AF | 26 | 3E | 0 | 4E | 1F | 6C | 40 | 2A |
| Octal | 102 | 257 | 46 | 76 | 0 | 116 | 37 | 154 | 100 | 52 |
| Binary | 1000010 | 10101111 | 100110 | 111110 | 0 | 1001110 | 11111 | 1101100 | 1000000 | 101010 |
Color Harmonies of #42AF26
Complementary color
Monochromatic Colors of #42AF26
Black with #42AF26
Text Example
Text Example
White with #42AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF26; }
p { color: rgb(66,175,38); }
H1.HeaderClassName
{
color: #42AF26;
}
.AnyTagClassName
{
color: #42AF26;
}
</style>
background-color css
<style>
a { background-color: #42AF26; }
a { background-color: rgb(66,175,38); }
div.DivClassName
{
background-color: #42AF26;
}
.BgClassName
{
background-color: #42AF26;
}
</style>
border-color css
<style>
span { border-color: #42AF26; }
span { border-color: rgb(66,175,38); }
td.TdClassName
{
border-color: #42AF26;
}
.TagClassName
{
border-color: #42AF26;
}
</style>