Shades of Kelly Green #38BC04
Tints of Kelly Green #38BC04
RGB
CMYK
RGB Variations
Color information
#38BC04 (or 0x38BC04) is known color: Kelly Green. HEX triplet: 38, BC and 04. RGB value is (56,188,4). Sum of RGB (Red+Green+Blue) = 56+188+4=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 188 (73.83% from 255 or 75.81% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BC04 is #C743FB. Grayscale: #808080. Windows color (decimal): -13059068 or 310328. OLE color: 310328.
HSL color Cylindrical-coordinate representation of color #38BC04: hue angle of 103.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38BC04 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.26 |
| HSL | 103.04º | 0.96% | 0.38% | - |
| HSV(B) | 103.04º | 0.98% | 0.74% | - |
| XYZ | 19.64 | 36.82 | 6.19 | - |
| YUV | 127.56 | 58.27 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 4 | 0.70 | 0 | 0.98 | 0.26 | 103.04 | 0.96 | 0.38 |
| Hex | 38 | BC | 4 | 46 | 0 | 62 | 1A | 67 | 60 | 26 |
| Octal | 70 | 274 | 4 | 106 | 0 | 142 | 32 | 147 | 140 | 46 |
| Binary | 111000 | 10111100 | 100 | 1000110 | 0 | 1100010 | 11010 | 1100111 | 1100000 | 100110 |
Color Harmonies of #38BC04
Complementary color
Monochromatic Colors of #38BC04
Black with #38BC04
Text Example
Text Example
White with #38BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC04; }
p { color: rgb(56,188,4); }
H1.HeaderClassName
{
color: #38BC04;
}
.AnyTagClassName
{
color: #38BC04;
}
</style>
background-color css
<style>
a { background-color: #38BC04; }
a { background-color: rgb(56,188,4); }
div.DivClassName
{
background-color: #38BC04;
}
.BgClassName
{
background-color: #38BC04;
}
</style>
border-color css
<style>
span { border-color: #38BC04; }
span { border-color: rgb(56,188,4); }
td.TdClassName
{
border-color: #38BC04;
}
.TagClassName
{
border-color: #38BC04;
}
</style>