Shades of Kelly Green #38A70B
Tints of Kelly Green #38A70B
RGB
CMYK
RGB Variations
Color information
#38A70B (or 0x38A70B) is known color: Kelly Green. HEX triplet: 38, A7 and 0B. RGB value is (56,167,11). Sum of RGB (Red+Green+Blue) = 56+167+11=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 167 (65.62% from 255 or 71.37% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 167 - color contains mainly: green. Hex color #38A70B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A70B is #C758F4. Grayscale: #747474. Windows color (decimal): -13064437 or 763704. OLE color: 763704.
HSL color Cylindrical-coordinate representation of color #38A70B: hue angle of 102.69º 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 #38A70B is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 167 | 11 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.35 |
| HSL | 102.69º | 0.88% | 0.35% | - |
| HSV(B) | 102.69º | 0.93% | 0.65% | - |
| XYZ | 15.51 | 28.5 | 5 | - |
| YUV | 116.03 | 68.73 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 167 | 11 | 0.66 | 0 | 0.93 | 0.35 | 102.69 | 0.88 | 0.35 |
| Hex | 38 | A7 | B | 42 | 0 | 5D | 23 | 67 | 58 | 23 |
| Octal | 70 | 247 | 13 | 102 | 0 | 135 | 43 | 147 | 130 | 43 |
| Binary | 111000 | 10100111 | 1011 | 1000010 | 0 | 1011101 | 100011 | 1100111 | 1011000 | 100011 |
Color Harmonies of #38A70B
Complementary color
Monochromatic Colors of #38A70B
Black with #38A70B
Text Example
Text Example
White with #38A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A70B; }
p { color: rgb(56,167,11); }
H1.HeaderClassName
{
color: #38A70B;
}
.AnyTagClassName
{
color: #38A70B;
}
</style>
background-color css
<style>
a { background-color: #38A70B; }
a { background-color: rgb(56,167,11); }
div.DivClassName
{
background-color: #38A70B;
}
.BgClassName
{
background-color: #38A70B;
}
</style>
border-color css
<style>
span { border-color: #38A70B; }
span { border-color: rgb(56,167,11); }
td.TdClassName
{
border-color: #38A70B;
}
.TagClassName
{
border-color: #38A70B;
}
</style>