Shades of Kelly Green #379F00
Tints of Kelly Green #379F00
RGB
CMYK
RGB Variations
Color information
#379F00 (or 0x379F00) is known color: Kelly Green. HEX triplet: 37, 9F and 00. RGB value is (55,159,0). Sum of RGB (Red+Green+Blue) = 55+159+0=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 159 (62.5% from 255 or 74.30% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 159 - color contains mainly: green. Hex color #379F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379F00 is #C860FF. Grayscale: #6E6E6E. Windows color (decimal): -13132032 or 40759. OLE color: 40759.
HSL color Cylindrical-coordinate representation of color #379F00: hue angle of 99.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #379F00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 159 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.38 |
| HSL | 99.25º | 1% | 0.31% | - |
| HSV(B) | 99.25º | 1% | 0.62% | - |
| XYZ | 13.97 | 25.61 | 4.21 | - |
| YUV | 109.78 | 66.04 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 0 | 0.65 | 0 | 1 | 0.38 | 99.25 | 1 | 0.31 |
| Hex | 37 | 9F | 0 | 41 | 0 | 64 | 26 | 63 | 64 | 1F |
| Octal | 67 | 237 | 0 | 101 | 0 | 144 | 46 | 143 | 144 | 37 |
| Binary | 110111 | 10011111 | 0 | 1000001 | 0 | 1100100 | 100110 | 1100011 | 1100100 | 11111 |
Color Harmonies of #379F00
Complementary color
Monochromatic Colors of #379F00
Black with #379F00
Text Example
Text Example
White with #379F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379F00; }
p { color: rgb(55,159,0); }
H1.HeaderClassName
{
color: #379F00;
}
.AnyTagClassName
{
color: #379F00;
}
</style>
background-color css
<style>
a { background-color: #379F00; }
a { background-color: rgb(55,159,0); }
div.DivClassName
{
background-color: #379F00;
}
.BgClassName
{
background-color: #379F00;
}
</style>
border-color css
<style>
span { border-color: #379F00; }
span { border-color: rgb(55,159,0); }
td.TdClassName
{
border-color: #379F00;
}
.TagClassName
{
border-color: #379F00;
}
</style>