Shades of Kelly Green #38B808
Tints of Kelly Green #38B808
RGB
CMYK
RGB Variations
Color information
#38B808 (or 0x38B808) is known color: Kelly Green. HEX triplet: 38, B8 and 08. RGB value is (56,184,8). Sum of RGB (Red+Green+Blue) = 56+184+8=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 184 (72.27% from 255 or 74.19% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 184 - color contains mainly: green. Hex color #38B808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B808 is #C747F7. Grayscale: #7E7E7E. Windows color (decimal): -13060088 or 571448. OLE color: 571448.
HSL color Cylindrical-coordinate representation of color #38B808: hue angle of 103.64º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38B808 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 184 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.28 |
| HSL | 103.64º | 0.92% | 0.38% | - |
| HSV(B) | 103.64º | 0.96% | 0.72% | - |
| XYZ | 18.82 | 35.14 | 6.02 | - |
| YUV | 125.66 | 61.59 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 184 | 8 | 0.70 | 0 | 0.96 | 0.28 | 103.64 | 0.92 | 0.38 |
| Hex | 38 | B8 | 8 | 46 | 0 | 60 | 1C | 68 | 5C | 26 |
| Octal | 70 | 270 | 10 | 106 | 0 | 140 | 34 | 150 | 134 | 46 |
| Binary | 111000 | 10111000 | 1000 | 1000110 | 0 | 1100000 | 11100 | 1101000 | 1011100 | 100110 |
Color Harmonies of #38B808
Complementary color
Monochromatic Colors of #38B808
Black with #38B808
Text Example
Text Example
White with #38B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B808; }
p { color: rgb(56,184,8); }
H1.HeaderClassName
{
color: #38B808;
}
.AnyTagClassName
{
color: #38B808;
}
</style>
background-color css
<style>
a { background-color: #38B808; }
a { background-color: rgb(56,184,8); }
div.DivClassName
{
background-color: #38B808;
}
.BgClassName
{
background-color: #38B808;
}
</style>
border-color css
<style>
span { border-color: #38B808; }
span { border-color: rgb(56,184,8); }
td.TdClassName
{
border-color: #38B808;
}
.TagClassName
{
border-color: #38B808;
}
</style>