Shades of Kelly Green #38C211
Tints of Kelly Green #38C211
RGB
CMYK
RGB Variations
Color information
#38C211 (or 0x38C211) is known color: Kelly Green. HEX triplet: 38, C2 and 11. RGB value is (56,194,17). Sum of RGB (Red+Green+Blue) = 56+194+17=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 194 (76.17% from 255 or 72.66% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 194 - color contains mainly: green. Hex color #38C211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C211 is #C73DEE. Grayscale: #858585. Windows color (decimal): -13057519 or 1163832. OLE color: 1163832.
HSL color Cylindrical-coordinate representation of color #38C211: hue angle of 106.78º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38C211 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 17 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.24 |
| HSL | 106.78º | 0.84% | 0.41% | - |
| HSV(B) | 106.78º | 0.91% | 0.76% | - |
| XYZ | 21.02 | 39.46 | 7.04 | - |
| YUV | 132.56 | 62.78 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 17 | 0.71 | 0 | 0.91 | 0.24 | 106.78 | 0.84 | 0.41 |
| Hex | 38 | C2 | 11 | 47 | 0 | 5B | 18 | 6B | 54 | 29 |
| Octal | 70 | 302 | 21 | 107 | 0 | 133 | 30 | 153 | 124 | 51 |
| Binary | 111000 | 11000010 | 10001 | 1000111 | 0 | 1011011 | 11000 | 1101011 | 1010100 | 101001 |
Color Harmonies of #38C211
Complementary color
Monochromatic Colors of #38C211
Black with #38C211
Text Example
Text Example
White with #38C211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C211; }
p { color: rgb(56,194,17); }
H1.HeaderClassName
{
color: #38C211;
}
.AnyTagClassName
{
color: #38C211;
}
</style>
background-color css
<style>
a { background-color: #38C211; }
a { background-color: rgb(56,194,17); }
div.DivClassName
{
background-color: #38C211;
}
.BgClassName
{
background-color: #38C211;
}
</style>
border-color css
<style>
span { border-color: #38C211; }
span { border-color: rgb(56,194,17); }
td.TdClassName
{
border-color: #38C211;
}
.TagClassName
{
border-color: #38C211;
}
</style>