Shades of Kelly Green #38C203
Tints of Kelly Green #38C203
RGB
CMYK
RGB Variations
Color information
#38C203 (or 0x38C203) is known color: Kelly Green. HEX triplet: 38, C2 and 03. RGB value is (56,194,3). Sum of RGB (Red+Green+Blue) = 56+194+3=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 194 (76.17% from 255 or 76.68% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 194 - color contains mainly: green. Hex color #38C203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C203 is #C73DFC. Grayscale: #838383. Windows color (decimal): -13057533 or 246328. OLE color: 246328.
HSL color Cylindrical-coordinate representation of color #38C203: hue angle of 103.35º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38C203 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 3 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.24 |
| HSL | 103.35º | 0.97% | 0.39% | - |
| HSV(B) | 103.35º | 0.98% | 0.76% | - |
| XYZ | 20.94 | 39.43 | 6.59 | - |
| YUV | 130.96 | 55.78 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 3 | 0.71 | 0 | 0.98 | 0.24 | 103.35 | 0.97 | 0.39 |
| Hex | 38 | C2 | 3 | 47 | 0 | 62 | 18 | 67 | 61 | 27 |
| Octal | 70 | 302 | 3 | 107 | 0 | 142 | 30 | 147 | 141 | 47 |
| Binary | 111000 | 11000010 | 11 | 1000111 | 0 | 1100010 | 11000 | 1100111 | 1100001 | 100111 |
Color Harmonies of #38C203
Complementary color
Monochromatic Colors of #38C203
Black with #38C203
Text Example
Text Example
White with #38C203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C203; }
p { color: rgb(56,194,3); }
H1.HeaderClassName
{
color: #38C203;
}
.AnyTagClassName
{
color: #38C203;
}
</style>
background-color css
<style>
a { background-color: #38C203; }
a { background-color: rgb(56,194,3); }
div.DivClassName
{
background-color: #38C203;
}
.BgClassName
{
background-color: #38C203;
}
</style>
border-color css
<style>
span { border-color: #38C203; }
span { border-color: rgb(56,194,3); }
td.TdClassName
{
border-color: #38C203;
}
.TagClassName
{
border-color: #38C203;
}
</style>