Shades of Kelly Green #42AF2A
Tints of Kelly Green #42AF2A
RGB
CMYK
RGB Variations
Color information
#42AF2A (or 0x42AF2A) is known color: Kelly Green. HEX triplet: 42, AF and 2A. RGB value is (66,175,42). Sum of RGB (Red+Green+Blue) = 66+175+42=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF2A is #BD50D5. Grayscale: #7F7F7F. Windows color (decimal): -12406998 or 2797378. OLE color: 2797378.
HSL color Cylindrical-coordinate representation of color #42AF2A: hue angle of 109.17º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42AF2A is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 42 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.31 |
| HSL | 109.17º | 0.61% | 0.43% | - |
| HSV(B) | 109.17º | 0.76% | 0.69% | - |
| XYZ | 17.99 | 31.99 | 7.42 | - |
| YUV | 127.25 | 79.89 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 42 | 0.62 | 0 | 0.76 | 0.31 | 109.17 | 0.61 | 0.43 |
| Hex | 42 | AF | 2A | 3E | 0 | 4C | 1F | 6D | 3D | 2B |
| Octal | 102 | 257 | 52 | 76 | 0 | 114 | 37 | 155 | 75 | 53 |
| Binary | 1000010 | 10101111 | 101010 | 111110 | 0 | 1001100 | 11111 | 1101101 | 111101 | 101011 |
Color Harmonies of #42AF2A
Complementary color
Monochromatic Colors of #42AF2A
Black with #42AF2A
Text Example
Text Example
White with #42AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF2A; }
p { color: rgb(66,175,42); }
H1.HeaderClassName
{
color: #42AF2A;
}
.AnyTagClassName
{
color: #42AF2A;
}
</style>
background-color css
<style>
a { background-color: #42AF2A; }
a { background-color: rgb(66,175,42); }
div.DivClassName
{
background-color: #42AF2A;
}
.BgClassName
{
background-color: #42AF2A;
}
</style>
border-color css
<style>
span { border-color: #42AF2A; }
span { border-color: rgb(66,175,42); }
td.TdClassName
{
border-color: #42AF2A;
}
.TagClassName
{
border-color: #42AF2A;
}
</style>