Shades of Kelly Green #42BD1B
Tints of Kelly Green #42BD1B
RGB
CMYK
RGB Variations
Color information
#42BD1B (or 0x42BD1B) is known color: Kelly Green. HEX triplet: 42, BD and 1B. RGB value is (66,189,27). Sum of RGB (Red+Green+Blue) = 66+189+27=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 189 (74.22% from 255 or 67.02% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD1B is #BD42E4. Grayscale: #868686. Windows color (decimal): -12403429 or 1817922. OLE color: 1817922.
HSL color Cylindrical-coordinate representation of color #42BD1B: hue angle of 105.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42BD1B is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 27 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.26 |
| HSL | 105.56º | 0.75% | 0.42% | - |
| HSV(B) | 105.56º | 0.86% | 0.74% | - |
| XYZ | 20.64 | 37.63 | 7.21 | - |
| YUV | 133.76 | 67.75 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 27 | 0.65 | 0 | 0.86 | 0.26 | 105.56 | 0.75 | 0.42 |
| Hex | 42 | BD | 1B | 41 | 0 | 56 | 1A | 6A | 4B | 2A |
| Octal | 102 | 275 | 33 | 101 | 0 | 126 | 32 | 152 | 113 | 52 |
| Binary | 1000010 | 10111101 | 11011 | 1000001 | 0 | 1010110 | 11010 | 1101010 | 1001011 | 101010 |
Color Harmonies of #42BD1B
Complementary color
Monochromatic Colors of #42BD1B
Black with #42BD1B
Text Example
Text Example
White with #42BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD1B; }
p { color: rgb(66,189,27); }
H1.HeaderClassName
{
color: #42BD1B;
}
.AnyTagClassName
{
color: #42BD1B;
}
</style>
background-color css
<style>
a { background-color: #42BD1B; }
a { background-color: rgb(66,189,27); }
div.DivClassName
{
background-color: #42BD1B;
}
.BgClassName
{
background-color: #42BD1B;
}
</style>
border-color css
<style>
span { border-color: #42BD1B; }
span { border-color: rgb(66,189,27); }
td.TdClassName
{
border-color: #42BD1B;
}
.TagClassName
{
border-color: #42BD1B;
}
</style>