Shades of Kelly Green #389C02
Tints of Kelly Green #389C02
RGB
CMYK
RGB Variations
Color information
#389C02 (or 0x389C02) is known color: Kelly Green. HEX triplet: 38, 9C and 02. RGB value is (56,156,2). Sum of RGB (Red+Green+Blue) = 56+156+2=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 156 (61.33% from 255 or 72.90% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 156 - color contains mainly: green. Hex color #389C02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389C02 is #C763FD. Grayscale: #6D6D6D. Windows color (decimal): -13067262 or 171064. OLE color: 171064.
HSL color Cylindrical-coordinate representation of color #389C02: hue angle of 98.96º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #389C02 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.39 |
| HSL | 98.96º | 0.97% | 0.31% | - |
| HSV(B) | 98.96º | 0.99% | 0.61% | - |
| XYZ | 13.53 | 24.62 | 4.1 | - |
| YUV | 108.54 | 67.87 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 2 | 0.64 | 0 | 0.99 | 0.39 | 98.96 | 0.97 | 0.31 |
| Hex | 38 | 9C | 2 | 40 | 0 | 63 | 27 | 63 | 61 | 1F |
| Octal | 70 | 234 | 2 | 100 | 0 | 143 | 47 | 143 | 141 | 37 |
| Binary | 111000 | 10011100 | 10 | 1000000 | 0 | 1100011 | 100111 | 1100011 | 1100001 | 11111 |
Color Harmonies of #389C02
Complementary color
Monochromatic Colors of #389C02
Black with #389C02
Text Example
Text Example
White with #389C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C02; }
p { color: rgb(56,156,2); }
H1.HeaderClassName
{
color: #389C02;
}
.AnyTagClassName
{
color: #389C02;
}
</style>
background-color css
<style>
a { background-color: #389C02; }
a { background-color: rgb(56,156,2); }
div.DivClassName
{
background-color: #389C02;
}
.BgClassName
{
background-color: #389C02;
}
</style>
border-color css
<style>
span { border-color: #389C02; }
span { border-color: rgb(56,156,2); }
td.TdClassName
{
border-color: #389C02;
}
.TagClassName
{
border-color: #389C02;
}
</style>