Shades of Kelly Green #39C305
Tints of Kelly Green #39C305
RGB
CMYK
RGB Variations
Color information
#39C305 (or 0x39C305) is known color: Kelly Green. HEX triplet: 39, C3 and 05. RGB value is (57,195,5). Sum of RGB (Red+Green+Blue) = 57+195+5=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 195 (76.56% from 255 or 75.88% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 195 - color contains mainly: green. Hex color #39C305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39C305 is #C63CFA. Grayscale: #848484. Windows color (decimal): -12991739 or 377657. OLE color: 377657.
HSL color Cylindrical-coordinate representation of color #39C305: hue angle of 103.58º 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 #39C305 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 195 | 5 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.24 |
| HSL | 103.58º | 0.95% | 0.39% | - |
| HSV(B) | 103.58º | 0.97% | 0.76% | - |
| XYZ | 21.23 | 39.91 | 6.73 | - |
| YUV | 132.08 | 56.28 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 195 | 5 | 0.71 | 0 | 0.97 | 0.24 | 103.58 | 0.95 | 0.39 |
| Hex | 39 | C3 | 5 | 47 | 0 | 61 | 18 | 68 | 5F | 27 |
| Octal | 71 | 303 | 5 | 107 | 0 | 141 | 30 | 150 | 137 | 47 |
| Binary | 111001 | 11000011 | 101 | 1000111 | 0 | 1100001 | 11000 | 1101000 | 1011111 | 100111 |
Color Harmonies of #39C305
Complementary color
Monochromatic Colors of #39C305
Black with #39C305
Text Example
Text Example
White with #39C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C305; }
p { color: rgb(57,195,5); }
H1.HeaderClassName
{
color: #39C305;
}
.AnyTagClassName
{
color: #39C305;
}
</style>
background-color css
<style>
a { background-color: #39C305; }
a { background-color: rgb(57,195,5); }
div.DivClassName
{
background-color: #39C305;
}
.BgClassName
{
background-color: #39C305;
}
</style>
border-color css
<style>
span { border-color: #39C305; }
span { border-color: rgb(57,195,5); }
td.TdClassName
{
border-color: #39C305;
}
.TagClassName
{
border-color: #39C305;
}
</style>