Shades of Kelly Green #38CE18
Tints of Kelly Green #38CE18
RGB
CMYK
RGB Variations
Color information
#38CE18 (or 0x38CE18) is known color: Kelly Green. HEX triplet: 38, CE and 18. RGB value is (56,206,24). Sum of RGB (Red+Green+Blue) = 56+206+24=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 206 (80.86% from 255 or 72.03% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CE18 is #C731E7. Grayscale: #8C8C8C. Windows color (decimal): -13054440 or 1625656. OLE color: 1625656.
HSL color Cylindrical-coordinate representation of color #38CE18: hue angle of 109.45º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38CE18 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 24 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.19 |
| HSL | 109.45º | 0.79% | 0.45% | - |
| HSV(B) | 109.45º | 0.88% | 0.81% | - |
| XYZ | 23.87 | 45.05 | 8.3 | - |
| YUV | 140.4 | 62.31 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 24 | 0.73 | 0 | 0.88 | 0.19 | 109.45 | 0.79 | 0.45 |
| Hex | 38 | CE | 18 | 49 | 0 | 58 | 13 | 6D | 4F | 2D |
| Octal | 70 | 316 | 30 | 111 | 0 | 130 | 23 | 155 | 117 | 55 |
| Binary | 111000 | 11001110 | 11000 | 1001001 | 0 | 1011000 | 10011 | 1101101 | 1001111 | 101101 |
Color Harmonies of #38CE18
Complementary color
Monochromatic Colors of #38CE18
Black with #38CE18
Text Example
Text Example
White with #38CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE18; }
p { color: rgb(56,206,24); }
H1.HeaderClassName
{
color: #38CE18;
}
.AnyTagClassName
{
color: #38CE18;
}
</style>
background-color css
<style>
a { background-color: #38CE18; }
a { background-color: rgb(56,206,24); }
div.DivClassName
{
background-color: #38CE18;
}
.BgClassName
{
background-color: #38CE18;
}
</style>
border-color css
<style>
span { border-color: #38CE18; }
span { border-color: rgb(56,206,24); }
td.TdClassName
{
border-color: #38CE18;
}
.TagClassName
{
border-color: #38CE18;
}
</style>