Shades of Shamrock #36F295
Tints of Shamrock #36F295
RGB
CMYK
RGB Variations
Color information
#36F295 (or 0x36F295) is known color: Shamrock. HEX triplet: 36, F2 and 95. RGB value is (54,242,149). Sum of RGB (Red+Green+Blue) = 54+242+149=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #36F295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F295 is #C90D6A. Grayscale: #AFAFAF. Windows color (decimal): -13176171 or 9826870. OLE color: 9826870.
HSL color Cylindrical-coordinate representation of color #36F295: hue angle of 150.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F295 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 149 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.05 |
| HSL | 150.32º | 0.88% | 0.58% | - |
| HSV(B) | 150.32º | 0.78% | 0.95% | - |
| XYZ | 38.7 | 66.46 | 39.22 | - |
| YUV | 175.19 | 113.22 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 149 | 0.78 | 0 | 0.38 | 0.05 | 150.32 | 0.88 | 0.58 |
| Hex | 36 | F2 | 95 | 4E | 0 | 26 | 5 | 96 | 58 | 3A |
| Octal | 66 | 362 | 225 | 116 | 0 | 46 | 5 | 226 | 130 | 72 |
| Binary | 110110 | 11110010 | 10010101 | 1001110 | 0 | 100110 | 101 | 10010110 | 1011000 | 111010 |
Color Harmonies of #36F295
Complementary color
Monochromatic Colors of #36F295
Black with #36F295
Text Example
Text Example
White with #36F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F295; }
p { color: rgb(54,242,149); }
H1.HeaderClassName
{
color: #36F295;
}
.AnyTagClassName
{
color: #36F295;
}
</style>
background-color css
<style>
a { background-color: #36F295; }
a { background-color: rgb(54,242,149); }
div.DivClassName
{
background-color: #36F295;
}
.BgClassName
{
background-color: #36F295;
}
</style>
border-color css
<style>
span { border-color: #36F295; }
span { border-color: rgb(54,242,149); }
td.TdClassName
{
border-color: #36F295;
}
.TagClassName
{
border-color: #36F295;
}
</style>