Shades of Kelly Green #38D706
Tints of Kelly Green #38D706
RGB
CMYK
RGB Variations
Color information
#38D706 (or 0x38D706) is known color: Kelly Green. HEX triplet: 38, D7 and 06. RGB value is (56,215,6). Sum of RGB (Red+Green+Blue) = 56+215+6=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 215 (84.38% from 255 or 77.62% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 215 - color contains mainly: green. Hex color #38D706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D706 is #C728F9. Grayscale: #909090. Windows color (decimal): -13052154 or 448312. OLE color: 448312.
HSL color Cylindrical-coordinate representation of color #38D706: hue angle of 105.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38D706 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 6 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.16 |
| HSL | 105.65º | 0.95% | 0.43% | - |
| HSV(B) | 105.65º | 0.97% | 0.84% | - |
| XYZ | 25.96 | 49.45 | 8.35 | - |
| YUV | 143.63 | 50.32 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 6 | 0.74 | 0 | 0.97 | 0.16 | 105.65 | 0.95 | 0.43 |
| Hex | 38 | D7 | 6 | 4A | 0 | 61 | 10 | 6A | 5F | 2B |
| Octal | 70 | 327 | 6 | 112 | 0 | 141 | 20 | 152 | 137 | 53 |
| Binary | 111000 | 11010111 | 110 | 1001010 | 0 | 1100001 | 10000 | 1101010 | 1011111 | 101011 |
Color Harmonies of #38D706
Complementary color
Monochromatic Colors of #38D706
Black with #38D706
Text Example
Text Example
White with #38D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D706; }
p { color: rgb(56,215,6); }
H1.HeaderClassName
{
color: #38D706;
}
.AnyTagClassName
{
color: #38D706;
}
</style>
background-color css
<style>
a { background-color: #38D706; }
a { background-color: rgb(56,215,6); }
div.DivClassName
{
background-color: #38D706;
}
.BgClassName
{
background-color: #38D706;
}
</style>
border-color css
<style>
span { border-color: #38D706; }
span { border-color: rgb(56,215,6); }
td.TdClassName
{
border-color: #38D706;
}
.TagClassName
{
border-color: #38D706;
}
</style>