Shades of Kelly Green #38CE10
Tints of Kelly Green #38CE10
RGB
CMYK
RGB Variations
Color information
#38CE10 (or 0x38CE10) is known color: Kelly Green. HEX triplet: 38, CE and 10. RGB value is (56,206,16). Sum of RGB (Red+Green+Blue) = 56+206+16=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 206 (80.86% from 255 or 74.10% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CE10 is #C731EF. Grayscale: #8C8C8C. Windows color (decimal): -13054448 or 1101368. OLE color: 1101368.
HSL color Cylindrical-coordinate representation of color #38CE10: hue angle of 107.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38CE10 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 16 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.19 |
| HSL | 107.37º | 0.86% | 0.44% | - |
| HSV(B) | 107.37º | 0.92% | 0.81% | - |
| XYZ | 23.8 | 45.02 | 7.93 | - |
| YUV | 139.49 | 58.31 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 16 | 0.73 | 0 | 0.92 | 0.19 | 107.37 | 0.86 | 0.44 |
| Hex | 38 | CE | 10 | 49 | 0 | 5C | 13 | 6B | 56 | 2C |
| Octal | 70 | 316 | 20 | 111 | 0 | 134 | 23 | 153 | 126 | 54 |
| Binary | 111000 | 11001110 | 10000 | 1001001 | 0 | 1011100 | 10011 | 1101011 | 1010110 | 101100 |
Color Harmonies of #38CE10
Complementary color
Monochromatic Colors of #38CE10
Black with #38CE10
Text Example
Text Example
White with #38CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE10; }
p { color: rgb(56,206,16); }
H1.HeaderClassName
{
color: #38CE10;
}
.AnyTagClassName
{
color: #38CE10;
}
</style>
background-color css
<style>
a { background-color: #38CE10; }
a { background-color: rgb(56,206,16); }
div.DivClassName
{
background-color: #38CE10;
}
.BgClassName
{
background-color: #38CE10;
}
</style>
border-color css
<style>
span { border-color: #38CE10; }
span { border-color: rgb(56,206,16); }
td.TdClassName
{
border-color: #38CE10;
}
.TagClassName
{
border-color: #38CE10;
}
</style>