Shades of Kelly Green #38AD06
Tints of Kelly Green #38AD06
RGB
CMYK
RGB Variations
Color information
#38AD06 (or 0x38AD06) is known color: Kelly Green. HEX triplet: 38, AD and 06. RGB value is (56,173,6). Sum of RGB (Red+Green+Blue) = 56+173+6=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AD06 is #C752F9. Grayscale: #777777. Windows color (decimal): -13062906 or 437560. OLE color: 437560.
HSL color Cylindrical-coordinate representation of color #38AD06: hue angle of 102.04º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38AD06 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 6 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.32 |
| HSL | 102.04º | 0.93% | 0.35% | - |
| HSV(B) | 102.04º | 0.97% | 0.68% | - |
| XYZ | 16.61 | 30.74 | 5.23 | - |
| YUV | 118.98 | 64.24 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 6 | 0.68 | 0 | 0.97 | 0.32 | 102.04 | 0.93 | 0.35 |
| Hex | 38 | AD | 6 | 44 | 0 | 61 | 20 | 66 | 5D | 23 |
| Octal | 70 | 255 | 6 | 104 | 0 | 141 | 40 | 146 | 135 | 43 |
| Binary | 111000 | 10101101 | 110 | 1000100 | 0 | 1100001 | 100000 | 1100110 | 1011101 | 100011 |
Color Harmonies of #38AD06
Complementary color
Monochromatic Colors of #38AD06
Black with #38AD06
Text Example
Text Example
White with #38AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD06; }
p { color: rgb(56,173,6); }
H1.HeaderClassName
{
color: #38AD06;
}
.AnyTagClassName
{
color: #38AD06;
}
</style>
background-color css
<style>
a { background-color: #38AD06; }
a { background-color: rgb(56,173,6); }
div.DivClassName
{
background-color: #38AD06;
}
.BgClassName
{
background-color: #38AD06;
}
</style>
border-color css
<style>
span { border-color: #38AD06; }
span { border-color: rgb(56,173,6); }
td.TdClassName
{
border-color: #38AD06;
}
.TagClassName
{
border-color: #38AD06;
}
</style>