Shades of Kelly Green #38CF15
Tints of Kelly Green #38CF15
RGB
CMYK
RGB Variations
Color information
#38CF15 (or 0x38CF15) is known color: Kelly Green. HEX triplet: 38, CF and 15. RGB value is (56,207,21). Sum of RGB (Red+Green+Blue) = 56+207+21=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CF15 is #C730EA. Grayscale: #8D8D8D. Windows color (decimal): -13054187 or 1429304. OLE color: 1429304.
HSL color Cylindrical-coordinate representation of color #38CF15: hue angle of 108.71º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38CF15 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 21 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.19 |
| HSL | 108.71º | 0.82% | 0.45% | - |
| HSV(B) | 108.71º | 0.9% | 0.81% | - |
| XYZ | 24.08 | 45.52 | 8.23 | - |
| YUV | 140.65 | 60.47 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 21 | 0.73 | 0 | 0.90 | 0.19 | 108.71 | 0.82 | 0.45 |
| Hex | 38 | CF | 15 | 49 | 0 | 5A | 13 | 6D | 52 | 2D |
| Octal | 70 | 317 | 25 | 111 | 0 | 132 | 23 | 155 | 122 | 55 |
| Binary | 111000 | 11001111 | 10101 | 1001001 | 0 | 1011010 | 10011 | 1101101 | 1010010 | 101101 |
Color Harmonies of #38CF15
Complementary color
Monochromatic Colors of #38CF15
Black with #38CF15
Text Example
Text Example
White with #38CF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CF15; }
p { color: rgb(56,207,21); }
H1.HeaderClassName
{
color: #38CF15;
}
.AnyTagClassName
{
color: #38CF15;
}
</style>
background-color css
<style>
a { background-color: #38CF15; }
a { background-color: rgb(56,207,21); }
div.DivClassName
{
background-color: #38CF15;
}
.BgClassName
{
background-color: #38CF15;
}
</style>
border-color css
<style>
span { border-color: #38CF15; }
span { border-color: rgb(56,207,21); }
td.TdClassName
{
border-color: #38CF15;
}
.TagClassName
{
border-color: #38CF15;
}
</style>