Shades of Shamrock #36D083
Tints of Shamrock #36D083
RGB
CMYK
RGB Variations
Color information
#36D083 (or 0x36D083) is known color: Shamrock. HEX triplet: 36, D0 and 83. RGB value is (54,208,131). Sum of RGB (Red+Green+Blue) = 54+208+131=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #36D083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D083 is #C92F7C. Grayscale: #999999. Windows color (decimal): -13184893 or 8638518. OLE color: 8638518.
HSL color Cylindrical-coordinate representation of color #36D083: hue angle of 150º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D083 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 131 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.18 |
| HSL | 150º | 0.62% | 0.51% | - |
| HSV(B) | 150º | 0.74% | 0.82% | - |
| XYZ | 28.17 | 47.53 | 29.16 | - |
| YUV | 153.18 | 115.48 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 131 | 0.74 | 0 | 0.37 | 0.18 | 150 | 0.62 | 0.51 |
| Hex | 36 | D0 | 83 | 4A | 0 | 25 | 12 | 96 | 3E | 33 |
| Octal | 66 | 320 | 203 | 112 | 0 | 45 | 22 | 226 | 76 | 63 |
| Binary | 110110 | 11010000 | 10000011 | 1001010 | 0 | 100101 | 10010 | 10010110 | 111110 | 110011 |
Color Harmonies of #36D083
Complementary color
Monochromatic Colors of #36D083
Black with #36D083
Text Example
Text Example
White with #36D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D083; }
p { color: rgb(54,208,131); }
H1.HeaderClassName
{
color: #36D083;
}
.AnyTagClassName
{
color: #36D083;
}
</style>
background-color css
<style>
a { background-color: #36D083; }
a { background-color: rgb(54,208,131); }
div.DivClassName
{
background-color: #36D083;
}
.BgClassName
{
background-color: #36D083;
}
</style>
border-color css
<style>
span { border-color: #36D083; }
span { border-color: rgb(54,208,131); }
td.TdClassName
{
border-color: #36D083;
}
.TagClassName
{
border-color: #36D083;
}
</style>