Shades of Kelly Green #38BA0A
Tints of Kelly Green #38BA0A
RGB
CMYK
RGB Variations
Color information
#38BA0A (or 0x38BA0A) is known color: Kelly Green. HEX triplet: 38, BA and 0A. RGB value is (56,186,10). Sum of RGB (Red+Green+Blue) = 56+186+10=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BA0A is #C745F5. Grayscale: #7F7F7F. Windows color (decimal): -13059574 or 703032. OLE color: 703032.
HSL color Cylindrical-coordinate representation of color #38BA0A: hue angle of 104.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38BA0A is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 10 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.27 |
| HSL | 104.32º | 0.9% | 0.38% | - |
| HSV(B) | 104.32º | 0.95% | 0.73% | - |
| XYZ | 19.24 | 35.98 | 6.22 | - |
| YUV | 127.07 | 61.93 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 10 | 0.70 | 0 | 0.95 | 0.27 | 104.32 | 0.9 | 0.38 |
| Hex | 38 | BA | A | 46 | 0 | 5F | 1B | 68 | 5A | 26 |
| Octal | 70 | 272 | 12 | 106 | 0 | 137 | 33 | 150 | 132 | 46 |
| Binary | 111000 | 10111010 | 1010 | 1000110 | 0 | 1011111 | 11011 | 1101000 | 1011010 | 100110 |
Color Harmonies of #38BA0A
Complementary color
Monochromatic Colors of #38BA0A
Black with #38BA0A
Text Example
Text Example
White with #38BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA0A; }
p { color: rgb(56,186,10); }
H1.HeaderClassName
{
color: #38BA0A;
}
.AnyTagClassName
{
color: #38BA0A;
}
</style>
background-color css
<style>
a { background-color: #38BA0A; }
a { background-color: rgb(56,186,10); }
div.DivClassName
{
background-color: #38BA0A;
}
.BgClassName
{
background-color: #38BA0A;
}
</style>
border-color css
<style>
span { border-color: #38BA0A; }
span { border-color: rgb(56,186,10); }
td.TdClassName
{
border-color: #38BA0A;
}
.TagClassName
{
border-color: #38BA0A;
}
</style>