Shades of Kelly Green #39D300
Tints of Kelly Green #39D300
RGB
CMYK
RGB Variations
Color information
#39D300 (or 0x39D300) is known color: Kelly Green. HEX triplet: 39, D3 and 00. RGB value is (57,211,0). Sum of RGB (Red+Green+Blue) = 57+211+0=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 211 (82.81% from 255 or 78.73% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 211 - color contains mainly: green. Hex color #39D300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D300 is #C62CFF. Grayscale: #8D8D8D. Windows color (decimal): -12987648 or 54073. OLE color: 54073.
HSL color Cylindrical-coordinate representation of color #39D300: hue angle of 103.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39D300 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 211 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.17 |
| HSL | 103.79º | 1% | 0.41% | - |
| HSV(B) | 103.79º | 1% | 0.83% | - |
| XYZ | 24.98 | 47.46 | 7.84 | - |
| YUV | 140.9 | 48.48 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 211 | 0 | 0.73 | 0 | 1 | 0.17 | 103.79 | 1 | 0.41 |
| Hex | 39 | D3 | 0 | 49 | 0 | 64 | 11 | 68 | 64 | 29 |
| Octal | 71 | 323 | 0 | 111 | 0 | 144 | 21 | 150 | 144 | 51 |
| Binary | 111001 | 11010011 | 0 | 1001001 | 0 | 1100100 | 10001 | 1101000 | 1100100 | 101001 |
Color Harmonies of #39D300
Complementary color
Monochromatic Colors of #39D300
Black with #39D300
Text Example
Text Example
White with #39D300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D300; }
p { color: rgb(57,211,0); }
H1.HeaderClassName
{
color: #39D300;
}
.AnyTagClassName
{
color: #39D300;
}
</style>
background-color css
<style>
a { background-color: #39D300; }
a { background-color: rgb(57,211,0); }
div.DivClassName
{
background-color: #39D300;
}
.BgClassName
{
background-color: #39D300;
}
</style>
border-color css
<style>
span { border-color: #39D300; }
span { border-color: rgb(57,211,0); }
td.TdClassName
{
border-color: #39D300;
}
.TagClassName
{
border-color: #39D300;
}
</style>