Shades of Kelly Green #38CE14
Tints of Kelly Green #38CE14
RGB
CMYK
RGB Variations
Color information
#38CE14 (or 0x38CE14) is known color: Kelly Green. HEX triplet: 38, CE and 14. RGB value is (56,206,20). Sum of RGB (Red+Green+Blue) = 56+206+20=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CE14 is #C731EB. Grayscale: #8C8C8C. Windows color (decimal): -13054444 or 1363512. OLE color: 1363512.
HSL color Cylindrical-coordinate representation of color #38CE14: hue angle of 108.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38CE14 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 20 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.19 |
| HSL | 108.39º | 0.82% | 0.44% | - |
| HSV(B) | 108.39º | 0.9% | 0.81% | - |
| XYZ | 23.83 | 45.03 | 8.1 | - |
| YUV | 139.95 | 60.31 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 20 | 0.73 | 0 | 0.90 | 0.19 | 108.39 | 0.82 | 0.44 |
| Hex | 38 | CE | 14 | 49 | 0 | 5A | 13 | 6C | 52 | 2C |
| Octal | 70 | 316 | 24 | 111 | 0 | 132 | 23 | 154 | 122 | 54 |
| Binary | 111000 | 11001110 | 10100 | 1001001 | 0 | 1011010 | 10011 | 1101100 | 1010010 | 101100 |
Color Harmonies of #38CE14
Complementary color
Monochromatic Colors of #38CE14
Black with #38CE14
Text Example
Text Example
White with #38CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE14; }
p { color: rgb(56,206,20); }
H1.HeaderClassName
{
color: #38CE14;
}
.AnyTagClassName
{
color: #38CE14;
}
</style>
background-color css
<style>
a { background-color: #38CE14; }
a { background-color: rgb(56,206,20); }
div.DivClassName
{
background-color: #38CE14;
}
.BgClassName
{
background-color: #38CE14;
}
</style>
border-color css
<style>
span { border-color: #38CE14; }
span { border-color: rgb(56,206,20); }
td.TdClassName
{
border-color: #38CE14;
}
.TagClassName
{
border-color: #38CE14;
}
</style>