Shades of Kelly Green #38D50B
Tints of Kelly Green #38D50B
RGB
CMYK
RGB Variations
Color information
#38D50B (or 0x38D50B) is known color: Kelly Green. HEX triplet: 38, D5 and 0B. RGB value is (56,213,11). Sum of RGB (Red+Green+Blue) = 56+213+11=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 213 (83.59% from 255 or 76.07% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 213 - color contains mainly: green. Hex color #38D50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D50B is #C72AF4. Grayscale: #8F8F8F. Windows color (decimal): -13052661 or 775480. OLE color: 775480.
HSL color Cylindrical-coordinate representation of color #38D50B: hue angle of 106.63º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38D50B is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 11 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.16 |
| HSL | 106.63º | 0.9% | 0.44% | - |
| HSV(B) | 106.63º | 0.95% | 0.84% | - |
| XYZ | 25.49 | 48.45 | 8.33 | - |
| YUV | 143.03 | 53.49 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 11 | 0.74 | 0 | 0.95 | 0.16 | 106.63 | 0.9 | 0.44 |
| Hex | 38 | D5 | B | 4A | 0 | 5F | 10 | 6B | 5A | 2C |
| Octal | 70 | 325 | 13 | 112 | 0 | 137 | 20 | 153 | 132 | 54 |
| Binary | 111000 | 11010101 | 1011 | 1001010 | 0 | 1011111 | 10000 | 1101011 | 1011010 | 101100 |
Color Harmonies of #38D50B
Complementary color
Monochromatic Colors of #38D50B
Black with #38D50B
Text Example
Text Example
White with #38D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D50B; }
p { color: rgb(56,213,11); }
H1.HeaderClassName
{
color: #38D50B;
}
.AnyTagClassName
{
color: #38D50B;
}
</style>
background-color css
<style>
a { background-color: #38D50B; }
a { background-color: rgb(56,213,11); }
div.DivClassName
{
background-color: #38D50B;
}
.BgClassName
{
background-color: #38D50B;
}
</style>
border-color css
<style>
span { border-color: #38D50B; }
span { border-color: rgb(56,213,11); }
td.TdClassName
{
border-color: #38D50B;
}
.TagClassName
{
border-color: #38D50B;
}
</style>