Shades of Kelly Green #42CE1F
Tints of Kelly Green #42CE1F
RGB
CMYK
RGB Variations
Color information
#42CE1F (or 0x42CE1F) is known color: Kelly Green. HEX triplet: 42, CE and 1F. RGB value is (66,206,31). Sum of RGB (Red+Green+Blue) = 66+206+31=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 206 (80.86% from 255 or 67.99% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CE1F is #BD31E0. Grayscale: #909090. Windows color (decimal): -12399073 or 2084418. OLE color: 2084418.
HSL color Cylindrical-coordinate representation of color #42CE1F: hue angle of 108º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42CE1F is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 31 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.19 |
| HSL | 108º | 0.74% | 0.46% | - |
| HSV(B) | 108º | 0.85% | 0.81% | - |
| XYZ | 24.57 | 45.4 | 8.76 | - |
| YUV | 144.19 | 64.12 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 31 | 0.68 | 0 | 0.85 | 0.19 | 108 | 0.74 | 0.46 |
| Hex | 42 | CE | 1F | 44 | 0 | 55 | 13 | 6C | 4A | 2E |
| Octal | 102 | 316 | 37 | 104 | 0 | 125 | 23 | 154 | 112 | 56 |
| Binary | 1000010 | 11001110 | 11111 | 1000100 | 0 | 1010101 | 10011 | 1101100 | 1001010 | 101110 |
Color Harmonies of #42CE1F
Complementary color
Monochromatic Colors of #42CE1F
Black with #42CE1F
Text Example
Text Example
White with #42CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CE1F; }
p { color: rgb(66,206,31); }
H1.HeaderClassName
{
color: #42CE1F;
}
.AnyTagClassName
{
color: #42CE1F;
}
</style>
background-color css
<style>
a { background-color: #42CE1F; }
a { background-color: rgb(66,206,31); }
div.DivClassName
{
background-color: #42CE1F;
}
.BgClassName
{
background-color: #42CE1F;
}
</style>
border-color css
<style>
span { border-color: #42CE1F; }
span { border-color: rgb(66,206,31); }
td.TdClassName
{
border-color: #42CE1F;
}
.TagClassName
{
border-color: #42CE1F;
}
</style>