Shades of Kelly Green #46C305
Tints of Kelly Green #46C305
RGB
CMYK
RGB Variations
Color information
#46C305 (or 0x46C305) is known color: Kelly Green. HEX triplet: 46, C3 and 05. RGB value is (70,195,5). Sum of RGB (Red+Green+Blue) = 70+195+5=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #46C305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C305 is #B93CFA. Grayscale: #888888. Windows color (decimal): -12139771 or 377670. OLE color: 377670.
HSL color Cylindrical-coordinate representation of color #46C305: hue angle of 99.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46C305 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 5 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.24 |
| HSL | 99.47º | 0.95% | 0.39% | - |
| HSV(B) | 99.47º | 0.97% | 0.76% | - |
| XYZ | 22.07 | 40.34 | 6.77 | - |
| YUV | 135.97 | 54.09 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 5 | 0.64 | 0 | 0.97 | 0.24 | 99.47 | 0.95 | 0.39 |
| Hex | 46 | C3 | 5 | 40 | 0 | 61 | 18 | 63 | 5F | 27 |
| Octal | 106 | 303 | 5 | 100 | 0 | 141 | 30 | 143 | 137 | 47 |
| Binary | 1000110 | 11000011 | 101 | 1000000 | 0 | 1100001 | 11000 | 1100011 | 1011111 | 100111 |
Color Harmonies of #46C305
Complementary color
Monochromatic Colors of #46C305
Black with #46C305
Text Example
Text Example
White with #46C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C305; }
p { color: rgb(70,195,5); }
H1.HeaderClassName
{
color: #46C305;
}
.AnyTagClassName
{
color: #46C305;
}
</style>
background-color css
<style>
a { background-color: #46C305; }
a { background-color: rgb(70,195,5); }
div.DivClassName
{
background-color: #46C305;
}
.BgClassName
{
background-color: #46C305;
}
</style>
border-color css
<style>
span { border-color: #46C305; }
span { border-color: rgb(70,195,5); }
td.TdClassName
{
border-color: #46C305;
}
.TagClassName
{
border-color: #46C305;
}
</style>