Shades of Kelly Green #38CE17
Tints of Kelly Green #38CE17
RGB
CMYK
RGB Variations
Color information
#38CE17 (or 0x38CE17) is known color: Kelly Green. HEX triplet: 38, CE and 17. RGB value is (56,206,23). Sum of RGB (Red+Green+Blue) = 56+206+23=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CE17 is #C731E8. Grayscale: #8C8C8C. Windows color (decimal): -13054441 or 1560120. OLE color: 1560120.
HSL color Cylindrical-coordinate representation of color #38CE17: hue angle of 109.18º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38CE17 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 23 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.19 |
| HSL | 109.18º | 0.8% | 0.45% | - |
| HSV(B) | 109.18º | 0.89% | 0.81% | - |
| XYZ | 23.86 | 45.05 | 8.25 | - |
| YUV | 140.29 | 61.81 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 23 | 0.73 | 0 | 0.89 | 0.19 | 109.18 | 0.8 | 0.45 |
| Hex | 38 | CE | 17 | 49 | 0 | 59 | 13 | 6D | 50 | 2D |
| Octal | 70 | 316 | 27 | 111 | 0 | 131 | 23 | 155 | 120 | 55 |
| Binary | 111000 | 11001110 | 10111 | 1001001 | 0 | 1011001 | 10011 | 1101101 | 1010000 | 101101 |
Color Harmonies of #38CE17
Complementary color
Monochromatic Colors of #38CE17
Black with #38CE17
Text Example
Text Example
White with #38CE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE17; }
p { color: rgb(56,206,23); }
H1.HeaderClassName
{
color: #38CE17;
}
.AnyTagClassName
{
color: #38CE17;
}
</style>
background-color css
<style>
a { background-color: #38CE17; }
a { background-color: rgb(56,206,23); }
div.DivClassName
{
background-color: #38CE17;
}
.BgClassName
{
background-color: #38CE17;
}
</style>
border-color css
<style>
span { border-color: #38CE17; }
span { border-color: rgb(56,206,23); }
td.TdClassName
{
border-color: #38CE17;
}
.TagClassName
{
border-color: #38CE17;
}
</style>