Shades of Kelly Green #38A60B
Tints of Kelly Green #38A60B
RGB
CMYK
RGB Variations
Color information
#38A60B (or 0x38A60B) is known color: Kelly Green. HEX triplet: 38, A6 and 0B. RGB value is (56,166,11). Sum of RGB (Red+Green+Blue) = 56+166+11=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 166 (65.23% from 255 or 71.24% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 166 - color contains mainly: green. Hex color #38A60B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A60B is #C759F4. Grayscale: #737373. Windows color (decimal): -13064693 or 763448. OLE color: 763448.
HSL color Cylindrical-coordinate representation of color #38A60B: hue angle of 102.58º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38A60B is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 166 | 11 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.35 |
| HSL | 102.58º | 0.88% | 0.35% | - |
| HSV(B) | 102.58º | 0.93% | 0.65% | - |
| XYZ | 15.33 | 28.14 | 4.94 | - |
| YUV | 115.44 | 69.06 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 166 | 11 | 0.66 | 0 | 0.93 | 0.35 | 102.58 | 0.88 | 0.35 |
| Hex | 38 | A6 | B | 42 | 0 | 5D | 23 | 67 | 58 | 23 |
| Octal | 70 | 246 | 13 | 102 | 0 | 135 | 43 | 147 | 130 | 43 |
| Binary | 111000 | 10100110 | 1011 | 1000010 | 0 | 1011101 | 100011 | 1100111 | 1011000 | 100011 |
Color Harmonies of #38A60B
Complementary color
Monochromatic Colors of #38A60B
Black with #38A60B
Text Example
Text Example
White with #38A60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A60B; }
p { color: rgb(56,166,11); }
H1.HeaderClassName
{
color: #38A60B;
}
.AnyTagClassName
{
color: #38A60B;
}
</style>
background-color css
<style>
a { background-color: #38A60B; }
a { background-color: rgb(56,166,11); }
div.DivClassName
{
background-color: #38A60B;
}
.BgClassName
{
background-color: #38A60B;
}
</style>
border-color css
<style>
span { border-color: #38A60B; }
span { border-color: rgb(56,166,11); }
td.TdClassName
{
border-color: #38A60B;
}
.TagClassName
{
border-color: #38A60B;
}
</style>