Shades of Kelly Green #46CF08
Tints of Kelly Green #46CF08
RGB
CMYK
RGB Variations
Color information
#46CF08 (or 0x46CF08) is known color: Kelly Green. HEX triplet: 46, CF and 08. RGB value is (70,207,8). Sum of RGB (Red+Green+Blue) = 70+207+8=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CF08 is #B930F7. Grayscale: #909090. Windows color (decimal): -12136696 or 577350. OLE color: 577350.
HSL color Cylindrical-coordinate representation of color #46CF08: hue angle of 101.31º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46CF08 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.19 |
| HSL | 101.31º | 0.93% | 0.42% | - |
| HSV(B) | 101.31º | 0.96% | 0.81% | - |
| XYZ | 24.88 | 45.95 | 7.79 | - |
| YUV | 143.35 | 51.61 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 8 | 0.66 | 0 | 0.96 | 0.19 | 101.31 | 0.93 | 0.42 |
| Hex | 46 | CF | 8 | 42 | 0 | 60 | 13 | 65 | 5D | 2A |
| Octal | 106 | 317 | 10 | 102 | 0 | 140 | 23 | 145 | 135 | 52 |
| Binary | 1000110 | 11001111 | 1000 | 1000010 | 0 | 1100000 | 10011 | 1100101 | 1011101 | 101010 |
Color Harmonies of #46CF08
Complementary color
Monochromatic Colors of #46CF08
Black with #46CF08
Text Example
Text Example
White with #46CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF08; }
p { color: rgb(70,207,8); }
H1.HeaderClassName
{
color: #46CF08;
}
.AnyTagClassName
{
color: #46CF08;
}
</style>
background-color css
<style>
a { background-color: #46CF08; }
a { background-color: rgb(70,207,8); }
div.DivClassName
{
background-color: #46CF08;
}
.BgClassName
{
background-color: #46CF08;
}
</style>
border-color css
<style>
span { border-color: #46CF08; }
span { border-color: rgb(70,207,8); }
td.TdClassName
{
border-color: #46CF08;
}
.TagClassName
{
border-color: #46CF08;
}
</style>