Shades of Kelly Green #38BD00
Tints of Kelly Green #38BD00
RGB
CMYK
RGB Variations
Color information
#38BD00 (or 0x38BD00) is known color: Kelly Green. HEX triplet: 38, BD and 00. RGB value is (56,189,0). Sum of RGB (Red+Green+Blue) = 56+189+0=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BD00 is #C742FF. Grayscale: #808080. Windows color (decimal): -13058816 or 48440. OLE color: 48440.
HSL color Cylindrical-coordinate representation of color #38BD00: hue angle of 102.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38BD00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 189 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.26 |
| HSL | 102.22º | 1% | 0.37% | - |
| HSV(B) | 102.22º | 1% | 0.74% | - |
| XYZ | 19.83 | 37.24 | 6.14 | - |
| YUV | 127.69 | 55.94 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 189 | 0 | 0.70 | 0 | 1 | 0.26 | 102.22 | 1 | 0.37 |
| Hex | 38 | BD | 0 | 46 | 0 | 64 | 1A | 66 | 64 | 25 |
| Octal | 70 | 275 | 0 | 106 | 0 | 144 | 32 | 146 | 144 | 45 |
| Binary | 111000 | 10111101 | 0 | 1000110 | 0 | 1100100 | 11010 | 1100110 | 1100100 | 100101 |
Color Harmonies of #38BD00
Complementary color
Monochromatic Colors of #38BD00
Black with #38BD00
Text Example
Text Example
White with #38BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BD00; }
p { color: rgb(56,189,0); }
H1.HeaderClassName
{
color: #38BD00;
}
.AnyTagClassName
{
color: #38BD00;
}
</style>
background-color css
<style>
a { background-color: #38BD00; }
a { background-color: rgb(56,189,0); }
div.DivClassName
{
background-color: #38BD00;
}
.BgClassName
{
background-color: #38BD00;
}
</style>
border-color css
<style>
span { border-color: #38BD00; }
span { border-color: rgb(56,189,0); }
td.TdClassName
{
border-color: #38BD00;
}
.TagClassName
{
border-color: #38BD00;
}
</style>