Shades of Kelly Green #38A301
Tints of Kelly Green #38A301
RGB
CMYK
RGB Variations
Color information
#38A301 (or 0x38A301) is known color: Kelly Green. HEX triplet: 38, A3 and 01. RGB value is (56,163,1). Sum of RGB (Red+Green+Blue) = 56+163+1=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 163 (64.06% from 255 or 74.09% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 163 - color contains mainly: green. Hex color #38A301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A301 is #C75CFE. Grayscale: #717171. Windows color (decimal): -13065471 or 107320. OLE color: 107320.
HSL color Cylindrical-coordinate representation of color #38A301: hue angle of 99.63º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38A301 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 163 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.36 |
| HSL | 99.63º | 0.99% | 0.32% | - |
| HSV(B) | 99.63º | 0.99% | 0.64% | - |
| XYZ | 14.73 | 27.04 | 4.47 | - |
| YUV | 112.54 | 65.05 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 1 | 0.66 | 0 | 0.99 | 0.36 | 99.63 | 0.99 | 0.32 |
| Hex | 38 | A3 | 1 | 42 | 0 | 63 | 24 | 64 | 63 | 20 |
| Octal | 70 | 243 | 1 | 102 | 0 | 143 | 44 | 144 | 143 | 40 |
| Binary | 111000 | 10100011 | 1 | 1000010 | 0 | 1100011 | 100100 | 1100100 | 1100011 | 100000 |
Color Harmonies of #38A301
Complementary color
Monochromatic Colors of #38A301
Black with #38A301
Text Example
Text Example
White with #38A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A301; }
p { color: rgb(56,163,1); }
H1.HeaderClassName
{
color: #38A301;
}
.AnyTagClassName
{
color: #38A301;
}
</style>
background-color css
<style>
a { background-color: #38A301; }
a { background-color: rgb(56,163,1); }
div.DivClassName
{
background-color: #38A301;
}
.BgClassName
{
background-color: #38A301;
}
</style>
border-color css
<style>
span { border-color: #38A301; }
span { border-color: rgb(56,163,1); }
td.TdClassName
{
border-color: #38A301;
}
.TagClassName
{
border-color: #38A301;
}
</style>