Shades of Shamrock #38D683
Tints of Shamrock #38D683
RGB
CMYK
RGB Variations
Color information
#38D683 (or 0x38D683) is known color: Shamrock. HEX triplet: 38, D6 and 83. RGB value is (56,214,131). Sum of RGB (Red+Green+Blue) = 56+214+131=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #38D683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D683 is #C7297C. Grayscale: #9D9D9D. Windows color (decimal): -13052285 or 8640056. OLE color: 8640056.
HSL color Cylindrical-coordinate representation of color #38D683: hue angle of 148.48º 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 #38D683 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 131 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.16 |
| HSL | 148.48º | 0.66% | 0.53% | - |
| HSV(B) | 148.48º | 0.74% | 0.84% | - |
| XYZ | 29.77 | 50.57 | 29.66 | - |
| YUV | 157.3 | 113.15 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 131 | 0.74 | 0 | 0.39 | 0.16 | 148.48 | 0.66 | 0.53 |
| Hex | 38 | D6 | 83 | 4A | 0 | 27 | 10 | 94 | 42 | 35 |
| Octal | 70 | 326 | 203 | 112 | 0 | 47 | 20 | 224 | 102 | 65 |
| Binary | 111000 | 11010110 | 10000011 | 1001010 | 0 | 100111 | 10000 | 10010100 | 1000010 | 110101 |
Color Harmonies of #38D683
Complementary color
Monochromatic Colors of #38D683
Black with #38D683
Text Example
Text Example
White with #38D683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D683; }
p { color: rgb(56,214,131); }
H1.HeaderClassName
{
color: #38D683;
}
.AnyTagClassName
{
color: #38D683;
}
</style>
background-color css
<style>
a { background-color: #38D683; }
a { background-color: rgb(56,214,131); }
div.DivClassName
{
background-color: #38D683;
}
.BgClassName
{
background-color: #38D683;
}
</style>
border-color css
<style>
span { border-color: #38D683; }
span { border-color: rgb(56,214,131); }
td.TdClassName
{
border-color: #38D683;
}
.TagClassName
{
border-color: #38D683;
}
</style>