Shades of Kelly Green #379E02
Tints of Kelly Green #379E02
RGB
CMYK
RGB Variations
Color information
#379E02 (or 0x379E02) is known color: Kelly Green. HEX triplet: 37, 9E and 02. RGB value is (55,158,2). Sum of RGB (Red+Green+Blue) = 55+158+2=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 158 (62.11% from 255 or 73.49% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 158 - color contains mainly: green. Hex color #379E02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379E02 is #C861FD. Grayscale: #6D6D6D. Windows color (decimal): -13132286 or 171575. OLE color: 171575.
HSL color Cylindrical-coordinate representation of color #379E02: hue angle of 99.62º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #379E02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 158 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.38 |
| HSL | 99.62º | 0.98% | 0.31% | - |
| HSV(B) | 99.62º | 0.99% | 0.62% | - |
| XYZ | 13.81 | 25.27 | 4.21 | - |
| YUV | 109.42 | 67.38 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 158 | 2 | 0.65 | 0 | 0.99 | 0.38 | 99.62 | 0.98 | 0.31 |
| Hex | 37 | 9E | 2 | 41 | 0 | 63 | 26 | 64 | 62 | 1F |
| Octal | 67 | 236 | 2 | 101 | 0 | 143 | 46 | 144 | 142 | 37 |
| Binary | 110111 | 10011110 | 10 | 1000001 | 0 | 1100011 | 100110 | 1100100 | 1100010 | 11111 |
Color Harmonies of #379E02
Complementary color
Monochromatic Colors of #379E02
Black with #379E02
Text Example
Text Example
White with #379E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379E02; }
p { color: rgb(55,158,2); }
H1.HeaderClassName
{
color: #379E02;
}
.AnyTagClassName
{
color: #379E02;
}
</style>
background-color css
<style>
a { background-color: #379E02; }
a { background-color: rgb(55,158,2); }
div.DivClassName
{
background-color: #379E02;
}
.BgClassName
{
background-color: #379E02;
}
</style>
border-color css
<style>
span { border-color: #379E02; }
span { border-color: rgb(55,158,2); }
td.TdClassName
{
border-color: #379E02;
}
.TagClassName
{
border-color: #379E02;
}
</style>