Shades of Kelly Green #42AF23
Tints of Kelly Green #42AF23
RGB
CMYK
RGB Variations
Color information
#42AF23 (or 0x42AF23) is known color: Kelly Green. HEX triplet: 42, AF and 23. RGB value is (66,175,35). Sum of RGB (Red+Green+Blue) = 66+175+35=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF23 is #BD50DC. Grayscale: #7E7E7E. Windows color (decimal): -12407005 or 2338626. OLE color: 2338626.
HSL color Cylindrical-coordinate representation of color #42AF23: hue angle of 106.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42AF23 is Cyan = 0.62, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 35 | - |
| CMYK | 0.62 | 0 | 0.8 | 0.31 |
| HSL | 106.71º | 0.67% | 0.41% | - |
| HSV(B) | 106.71º | 0.8% | 0.69% | - |
| XYZ | 17.88 | 31.94 | 6.81 | - |
| YUV | 126.45 | 76.39 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 35 | 0.62 | 0 | 0.8 | 0.31 | 106.71 | 0.67 | 0.41 |
| Hex | 42 | AF | 23 | 3E | 0 | 50 | 1F | 6B | 43 | 29 |
| Octal | 102 | 257 | 43 | 76 | 0 | 120 | 37 | 153 | 103 | 51 |
| Binary | 1000010 | 10101111 | 100011 | 111110 | 0 | 1010000 | 11111 | 1101011 | 1000011 | 101001 |
Color Harmonies of #42AF23
Complementary color
Monochromatic Colors of #42AF23
Black with #42AF23
Text Example
Text Example
White with #42AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF23; }
p { color: rgb(66,175,35); }
H1.HeaderClassName
{
color: #42AF23;
}
.AnyTagClassName
{
color: #42AF23;
}
</style>
background-color css
<style>
a { background-color: #42AF23; }
a { background-color: rgb(66,175,35); }
div.DivClassName
{
background-color: #42AF23;
}
.BgClassName
{
background-color: #42AF23;
}
</style>
border-color css
<style>
span { border-color: #42AF23; }
span { border-color: rgb(66,175,35); }
td.TdClassName
{
border-color: #42AF23;
}
.TagClassName
{
border-color: #42AF23;
}
</style>