Shades of Kelly Green #389C04
Tints of Kelly Green #389C04
RGB
CMYK
RGB Variations
Color information
#389C04 (or 0x389C04) is known color: Kelly Green. HEX triplet: 38, 9C and 04. RGB value is (56,156,4). Sum of RGB (Red+Green+Blue) = 56+156+4=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 156 (61.33% from 255 or 72.22% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 156 - color contains mainly: green. Hex color #389C04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389C04 is #C763FB. Grayscale: #6D6D6D. Windows color (decimal): -13067260 or 302136. OLE color: 302136.
HSL color Cylindrical-coordinate representation of color #389C04: hue angle of 99.47º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #389C04 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 4 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.39 |
| HSL | 99.47º | 0.95% | 0.31% | - |
| HSV(B) | 99.47º | 0.97% | 0.61% | - |
| XYZ | 13.54 | 24.63 | 4.15 | - |
| YUV | 108.77 | 68.87 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 4 | 0.64 | 0 | 0.97 | 0.39 | 99.47 | 0.95 | 0.31 |
| Hex | 38 | 9C | 4 | 40 | 0 | 61 | 27 | 63 | 5F | 1F |
| Octal | 70 | 234 | 4 | 100 | 0 | 141 | 47 | 143 | 137 | 37 |
| Binary | 111000 | 10011100 | 100 | 1000000 | 0 | 1100001 | 100111 | 1100011 | 1011111 | 11111 |
Color Harmonies of #389C04
Complementary color
Monochromatic Colors of #389C04
Black with #389C04
Text Example
Text Example
White with #389C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C04; }
p { color: rgb(56,156,4); }
H1.HeaderClassName
{
color: #389C04;
}
.AnyTagClassName
{
color: #389C04;
}
</style>
background-color css
<style>
a { background-color: #389C04; }
a { background-color: rgb(56,156,4); }
div.DivClassName
{
background-color: #389C04;
}
.BgClassName
{
background-color: #389C04;
}
</style>
border-color css
<style>
span { border-color: #389C04; }
span { border-color: rgb(56,156,4); }
td.TdClassName
{
border-color: #389C04;
}
.TagClassName
{
border-color: #389C04;
}
</style>