Shades of Kelly Green #38B50C
Tints of Kelly Green #38B50C
RGB
CMYK
RGB Variations
Color information
#38B50C (or 0x38B50C) is known color: Kelly Green. HEX triplet: 38, B5 and 0C. RGB value is (56,181,12). Sum of RGB (Red+Green+Blue) = 56+181+12=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 181 (71.09% from 255 or 72.69% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 181 - color contains mainly: green. Hex color #38B50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B50C is #C74AF3. Grayscale: #7C7C7C. Windows color (decimal): -13060852 or 832824. OLE color: 832824.
HSL color Cylindrical-coordinate representation of color #38B50C: hue angle of 104.38º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38B50C is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 12 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.29 |
| HSL | 104.38º | 0.88% | 0.38% | - |
| HSV(B) | 104.38º | 0.93% | 0.71% | - |
| XYZ | 18.22 | 33.92 | 5.93 | - |
| YUV | 124.36 | 64.59 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 12 | 0.69 | 0 | 0.93 | 0.29 | 104.38 | 0.88 | 0.38 |
| Hex | 38 | B5 | C | 45 | 0 | 5D | 1D | 68 | 58 | 26 |
| Octal | 70 | 265 | 14 | 105 | 0 | 135 | 35 | 150 | 130 | 46 |
| Binary | 111000 | 10110101 | 1100 | 1000101 | 0 | 1011101 | 11101 | 1101000 | 1011000 | 100110 |
Color Harmonies of #38B50C
Complementary color
Monochromatic Colors of #38B50C
Black with #38B50C
Text Example
Text Example
White with #38B50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B50C; }
p { color: rgb(56,181,12); }
H1.HeaderClassName
{
color: #38B50C;
}
.AnyTagClassName
{
color: #38B50C;
}
</style>
background-color css
<style>
a { background-color: #38B50C; }
a { background-color: rgb(56,181,12); }
div.DivClassName
{
background-color: #38B50C;
}
.BgClassName
{
background-color: #38B50C;
}
</style>
border-color css
<style>
span { border-color: #38B50C; }
span { border-color: rgb(56,181,12); }
td.TdClassName
{
border-color: #38B50C;
}
.TagClassName
{
border-color: #38B50C;
}
</style>