Shades of Kelly Green #42C91A
Tints of Kelly Green #42C91A
RGB
CMYK
RGB Variations
Color information
#42C91A (or 0x42C91A) is known color: Kelly Green. HEX triplet: 42, C9 and 1A. RGB value is (66,201,26). Sum of RGB (Red+Green+Blue) = 66+201+26=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 201 (78.91% from 255 or 68.60% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 201 - color contains mainly: green. Hex color #42C91A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C91A is #BD36E5. Grayscale: #8D8D8D. Windows color (decimal): -12400358 or 1755458. OLE color: 1755458.
HSL color Cylindrical-coordinate representation of color #42C91A: hue angle of 106.29º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42C91A is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 26 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.21 |
| HSL | 106.29º | 0.77% | 0.45% | - |
| HSV(B) | 106.29º | 0.87% | 0.79% | - |
| XYZ | 23.32 | 43.01 | 8.05 | - |
| YUV | 140.69 | 63.27 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 26 | 0.67 | 0 | 0.87 | 0.21 | 106.29 | 0.77 | 0.45 |
| Hex | 42 | C9 | 1A | 43 | 0 | 57 | 15 | 6A | 4D | 2D |
| Octal | 102 | 311 | 32 | 103 | 0 | 127 | 25 | 152 | 115 | 55 |
| Binary | 1000010 | 11001001 | 11010 | 1000011 | 0 | 1010111 | 10101 | 1101010 | 1001101 | 101101 |
Color Harmonies of #42C91A
Complementary color
Monochromatic Colors of #42C91A
Black with #42C91A
Text Example
Text Example
White with #42C91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C91A; }
p { color: rgb(66,201,26); }
H1.HeaderClassName
{
color: #42C91A;
}
.AnyTagClassName
{
color: #42C91A;
}
</style>
background-color css
<style>
a { background-color: #42C91A; }
a { background-color: rgb(66,201,26); }
div.DivClassName
{
background-color: #42C91A;
}
.BgClassName
{
background-color: #42C91A;
}
</style>
border-color css
<style>
span { border-color: #42C91A; }
span { border-color: rgb(66,201,26); }
td.TdClassName
{
border-color: #42C91A;
}
.TagClassName
{
border-color: #42C91A;
}
</style>