Shades of Shamrock #36FF9B
Tints of Shamrock #36FF9B
RGB
CMYK
RGB Variations
Color information
#36FF9B (or 0x36FF9B) is known color: Shamrock. HEX triplet: 36, FF and 9B. RGB value is (54,255,155). Sum of RGB (Red+Green+Blue) = 54+255+155=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FF9B is #C90064. Grayscale: #B7B7B7. Windows color (decimal): -13172837 or 10223414. OLE color: 10223414.
HSL color Cylindrical-coordinate representation of color #36FF9B: hue angle of 150.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FF9B is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 155 | - |
| CMYK | 0.79 | 0 | 0.39 | 0 |
| HSL | 150.15º | 1% | 0.61% | - |
| HSV(B) | 150.15º | 0.79% | 1% | - |
| XYZ | 43.2 | 74.67 | 43.15 | - |
| YUV | 183.5 | 111.91 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 155 | 0.79 | 0 | 0.39 | 0 | 150.15 | 1 | 0.61 |
| Hex | 36 | FF | 9B | 4F | 0 | 27 | 0 | 96 | 64 | 3D |
| Octal | 66 | 377 | 233 | 117 | 0 | 47 | 0 | 226 | 144 | 75 |
| Binary | 110110 | 11111111 | 10011011 | 1001111 | 0 | 100111 | 0 | 10010110 | 1100100 | 111101 |
Color Harmonies of #36FF9B
Complementary color
Monochromatic Colors of #36FF9B
Black with #36FF9B
Text Example
Text Example
White with #36FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF9B; }
p { color: rgb(54,255,155); }
H1.HeaderClassName
{
color: #36FF9B;
}
.AnyTagClassName
{
color: #36FF9B;
}
</style>
background-color css
<style>
a { background-color: #36FF9B; }
a { background-color: rgb(54,255,155); }
div.DivClassName
{
background-color: #36FF9B;
}
.BgClassName
{
background-color: #36FF9B;
}
</style>
border-color css
<style>
span { border-color: #36FF9B; }
span { border-color: rgb(54,255,155); }
td.TdClassName
{
border-color: #36FF9B;
}
.TagClassName
{
border-color: #36FF9B;
}
</style>