Shades of Shamrock #38D685
Tints of Shamrock #38D685
RGB
CMYK
RGB Variations
Color information
#38D685 (or 0x38D685) is known color: Shamrock. HEX triplet: 38, D6 and 85. RGB value is (56,214,133). Sum of RGB (Red+Green+Blue) = 56+214+133=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #38D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D685 is #C7297A. Grayscale: #9D9D9D. Windows color (decimal): -13052283 or 8771128. OLE color: 8771128.
HSL color Cylindrical-coordinate representation of color #38D685: hue angle of 149.24º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D685 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 133 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.16 |
| HSL | 149.24º | 0.66% | 0.53% | - |
| HSV(B) | 149.24º | 0.74% | 0.84% | - |
| XYZ | 29.91 | 50.63 | 30.39 | - |
| YUV | 157.52 | 114.15 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 133 | 0.74 | 0 | 0.38 | 0.16 | 149.24 | 0.66 | 0.53 |
| Hex | 38 | D6 | 85 | 4A | 0 | 26 | 10 | 95 | 42 | 35 |
| Octal | 70 | 326 | 205 | 112 | 0 | 46 | 20 | 225 | 102 | 65 |
| Binary | 111000 | 11010110 | 10000101 | 1001010 | 0 | 100110 | 10000 | 10010101 | 1000010 | 110101 |
Color Harmonies of #38D685
Complementary color
Monochromatic Colors of #38D685
Black with #38D685
Text Example
Text Example
White with #38D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D685; }
p { color: rgb(56,214,133); }
H1.HeaderClassName
{
color: #38D685;
}
.AnyTagClassName
{
color: #38D685;
}
</style>
background-color css
<style>
a { background-color: #38D685; }
a { background-color: rgb(56,214,133); }
div.DivClassName
{
background-color: #38D685;
}
.BgClassName
{
background-color: #38D685;
}
</style>
border-color css
<style>
span { border-color: #38D685; }
span { border-color: rgb(56,214,133); }
td.TdClassName
{
border-color: #38D685;
}
.TagClassName
{
border-color: #38D685;
}
</style>