Shades of Kelly Green #38C703
Tints of Kelly Green #38C703
RGB
CMYK
RGB Variations
Color information
#38C703 (or 0x38C703) is known color: Kelly Green. HEX triplet: 38, C7 and 03. RGB value is (56,199,3). Sum of RGB (Red+Green+Blue) = 56+199+3=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 199 (78.12% from 255 or 77.13% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 199 - color contains mainly: green. Hex color #38C703 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C703 is #C738FC. Grayscale: #868686. Windows color (decimal): -13056253 or 247608. OLE color: 247608.
HSL color Cylindrical-coordinate representation of color #38C703: hue angle of 103.78º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38C703 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 199 | 3 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.22 |
| HSL | 103.78º | 0.97% | 0.4% | - |
| HSV(B) | 103.78º | 0.98% | 0.78% | - |
| XYZ | 22.07 | 41.69 | 6.97 | - |
| YUV | 133.9 | 54.12 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 3 | 0.72 | 0 | 0.98 | 0.22 | 103.78 | 0.97 | 0.4 |
| Hex | 38 | C7 | 3 | 48 | 0 | 62 | 16 | 68 | 61 | 28 |
| Octal | 70 | 307 | 3 | 110 | 0 | 142 | 26 | 150 | 141 | 50 |
| Binary | 111000 | 11000111 | 11 | 1001000 | 0 | 1100010 | 10110 | 1101000 | 1100001 | 101000 |
Color Harmonies of #38C703
Complementary color
Monochromatic Colors of #38C703
Black with #38C703
Text Example
Text Example
White with #38C703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C703; }
p { color: rgb(56,199,3); }
H1.HeaderClassName
{
color: #38C703;
}
.AnyTagClassName
{
color: #38C703;
}
</style>
background-color css
<style>
a { background-color: #38C703; }
a { background-color: rgb(56,199,3); }
div.DivClassName
{
background-color: #38C703;
}
.BgClassName
{
background-color: #38C703;
}
</style>
border-color css
<style>
span { border-color: #38C703; }
span { border-color: rgb(56,199,3); }
td.TdClassName
{
border-color: #38C703;
}
.TagClassName
{
border-color: #38C703;
}
</style>