Shades of Kelly Green #38C207
Tints of Kelly Green #38C207
RGB
CMYK
RGB Variations
Color information
#38C207 (or 0x38C207) is known color: Kelly Green. HEX triplet: 38, C2 and 07. RGB value is (56,194,7). Sum of RGB (Red+Green+Blue) = 56+194+7=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #38C207 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C207 is #C73DF8. Grayscale: #848484. Windows color (decimal): -13057529 or 508472. OLE color: 508472.
HSL color Cylindrical-coordinate representation of color #38C207: hue angle of 104.28º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38C207 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 7 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.24 |
| HSL | 104.28º | 0.93% | 0.39% | - |
| HSV(B) | 104.28º | 0.96% | 0.76% | - |
| XYZ | 20.96 | 39.44 | 6.71 | - |
| YUV | 131.42 | 57.78 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 7 | 0.71 | 0 | 0.96 | 0.24 | 104.28 | 0.93 | 0.39 |
| Hex | 38 | C2 | 7 | 47 | 0 | 60 | 18 | 68 | 5D | 27 |
| Octal | 70 | 302 | 7 | 107 | 0 | 140 | 30 | 150 | 135 | 47 |
| Binary | 111000 | 11000010 | 111 | 1000111 | 0 | 1100000 | 11000 | 1101000 | 1011101 | 100111 |
Color Harmonies of #38C207
Complementary color
Monochromatic Colors of #38C207
Black with #38C207
Text Example
Text Example
White with #38C207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C207; }
p { color: rgb(56,194,7); }
H1.HeaderClassName
{
color: #38C207;
}
.AnyTagClassName
{
color: #38C207;
}
</style>
background-color css
<style>
a { background-color: #38C207; }
a { background-color: rgb(56,194,7); }
div.DivClassName
{
background-color: #38C207;
}
.BgClassName
{
background-color: #38C207;
}
</style>
border-color css
<style>
span { border-color: #38C207; }
span { border-color: rgb(56,194,7); }
td.TdClassName
{
border-color: #38C207;
}
.TagClassName
{
border-color: #38C207;
}
</style>