Shades of Kelly Green #38C807
Tints of Kelly Green #38C807
RGB
CMYK
RGB Variations
Color information
#38C807 (or 0x38C807) is known color: Kelly Green. HEX triplet: 38, C8 and 07. RGB value is (56,200,7). Sum of RGB (Red+Green+Blue) = 56+200+7=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 200 (78.52% from 255 or 76.05% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 200 - color contains mainly: green. Hex color #38C807 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C807 is #C737F8. Grayscale: #878787. Windows color (decimal): -13055993 or 510008. OLE color: 510008.
HSL color Cylindrical-coordinate representation of color #38C807: hue angle of 104.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38C807 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 200 | 7 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.22 |
| HSL | 104.77º | 0.93% | 0.41% | - |
| HSV(B) | 104.77º | 0.97% | 0.78% | - |
| XYZ | 22.32 | 42.16 | 7.16 | - |
| YUV | 134.94 | 55.79 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 7 | 0.72 | 0 | 0.96 | 0.22 | 104.77 | 0.93 | 0.41 |
| Hex | 38 | C8 | 7 | 48 | 0 | 60 | 16 | 69 | 5D | 29 |
| Octal | 70 | 310 | 7 | 110 | 0 | 140 | 26 | 151 | 135 | 51 |
| Binary | 111000 | 11001000 | 111 | 1001000 | 0 | 1100000 | 10110 | 1101001 | 1011101 | 101001 |
Color Harmonies of #38C807
Complementary color
Monochromatic Colors of #38C807
Black with #38C807
Text Example
Text Example
White with #38C807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C807; }
p { color: rgb(56,200,7); }
H1.HeaderClassName
{
color: #38C807;
}
.AnyTagClassName
{
color: #38C807;
}
</style>
background-color css
<style>
a { background-color: #38C807; }
a { background-color: rgb(56,200,7); }
div.DivClassName
{
background-color: #38C807;
}
.BgClassName
{
background-color: #38C807;
}
</style>
border-color css
<style>
span { border-color: #38C807; }
span { border-color: rgb(56,200,7); }
td.TdClassName
{
border-color: #38C807;
}
.TagClassName
{
border-color: #38C807;
}
</style>