Shades of Kelly Green #38B30A
Tints of Kelly Green #38B30A
RGB
CMYK
RGB Variations
Color information
#38B30A (or 0x38B30A) is known color: Kelly Green. HEX triplet: 38, B3 and 0A. RGB value is (56,179,10). Sum of RGB (Red+Green+Blue) = 56+179+10=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #38B30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B30A is #C74CF5. Grayscale: #7B7B7B. Windows color (decimal): -13061366 or 701240. OLE color: 701240.
HSL color Cylindrical-coordinate representation of color #38B30A: hue angle of 103.67º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38B30A is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 179 | 10 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.30 |
| HSL | 103.67º | 0.89% | 0.37% | - |
| HSV(B) | 103.67º | 0.94% | 0.7% | - |
| XYZ | 17.81 | 33.1 | 5.74 | - |
| YUV | 122.96 | 64.25 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 179 | 10 | 0.69 | 0 | 0.94 | 0.30 | 103.67 | 0.89 | 0.37 |
| Hex | 38 | B3 | A | 45 | 0 | 5E | 1E | 68 | 59 | 25 |
| Octal | 70 | 263 | 12 | 105 | 0 | 136 | 36 | 150 | 131 | 45 |
| Binary | 111000 | 10110011 | 1010 | 1000101 | 0 | 1011110 | 11110 | 1101000 | 1011001 | 100101 |
Color Harmonies of #38B30A
Complementary color
Monochromatic Colors of #38B30A
Black with #38B30A
Text Example
Text Example
White with #38B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B30A; }
p { color: rgb(56,179,10); }
H1.HeaderClassName
{
color: #38B30A;
}
.AnyTagClassName
{
color: #38B30A;
}
</style>
background-color css
<style>
a { background-color: #38B30A; }
a { background-color: rgb(56,179,10); }
div.DivClassName
{
background-color: #38B30A;
}
.BgClassName
{
background-color: #38B30A;
}
</style>
border-color css
<style>
span { border-color: #38B30A; }
span { border-color: rgb(56,179,10); }
td.TdClassName
{
border-color: #38B30A;
}
.TagClassName
{
border-color: #38B30A;
}
</style>