Shades of Kelly Green #38A811
Tints of Kelly Green #38A811
RGB
CMYK
RGB Variations
Color information
#38A811 (or 0x38A811) is known color: Kelly Green. HEX triplet: 38, A8 and 11. RGB value is (56,168,17). Sum of RGB (Red+Green+Blue) = 56+168+17=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 168 (66.02% from 255 or 69.71% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 168 - color contains mainly: green. Hex color #38A811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A811 is #C757EE. Grayscale: #757575. Windows color (decimal): -13064175 or 1157176. OLE color: 1157176.
HSL color Cylindrical-coordinate representation of color #38A811: hue angle of 104.5º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38A811 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 168 | 17 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.34 |
| HSL | 104.5º | 0.82% | 0.36% | - |
| HSV(B) | 104.5º | 0.9% | 0.66% | - |
| XYZ | 15.73 | 28.89 | 5.28 | - |
| YUV | 117.3 | 71.39 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 17 | 0.67 | 0 | 0.90 | 0.34 | 104.5 | 0.82 | 0.36 |
| Hex | 38 | A8 | 11 | 43 | 0 | 5A | 22 | 69 | 52 | 24 |
| Octal | 70 | 250 | 21 | 103 | 0 | 132 | 42 | 151 | 122 | 44 |
| Binary | 111000 | 10101000 | 10001 | 1000011 | 0 | 1011010 | 100010 | 1101001 | 1010010 | 100100 |
Color Harmonies of #38A811
Complementary color
Monochromatic Colors of #38A811
Black with #38A811
Text Example
Text Example
White with #38A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A811; }
p { color: rgb(56,168,17); }
H1.HeaderClassName
{
color: #38A811;
}
.AnyTagClassName
{
color: #38A811;
}
</style>
background-color css
<style>
a { background-color: #38A811; }
a { background-color: rgb(56,168,17); }
div.DivClassName
{
background-color: #38A811;
}
.BgClassName
{
background-color: #38A811;
}
</style>
border-color css
<style>
span { border-color: #38A811; }
span { border-color: rgb(56,168,17); }
td.TdClassName
{
border-color: #38A811;
}
.TagClassName
{
border-color: #38A811;
}
</style>