Shades of Shamrock #36F298
Tints of Shamrock #36F298
RGB
CMYK
RGB Variations
Color information
#36F298 (or 0x36F298) is known color: Shamrock. HEX triplet: 36, F2 and 98. RGB value is (54,242,152). Sum of RGB (Red+Green+Blue) = 54+242+152=448 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.05% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #36F298 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F298 is #C90D67. Grayscale: #AFAFAF. Windows color (decimal): -13176168 or 10023478. OLE color: 10023478.
HSL color Cylindrical-coordinate representation of color #36F298: hue angle of 151.28º 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 #36F298 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 152 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.05 |
| HSL | 151.28º | 0.88% | 0.58% | - |
| HSV(B) | 151.28º | 0.78% | 0.95% | - |
| XYZ | 38.94 | 66.56 | 40.5 | - |
| YUV | 175.53 | 114.72 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 152 | 0.78 | 0 | 0.37 | 0.05 | 151.28 | 0.88 | 0.58 |
| Hex | 36 | F2 | 98 | 4E | 0 | 25 | 5 | 97 | 58 | 3A |
| Octal | 66 | 362 | 230 | 116 | 0 | 45 | 5 | 227 | 130 | 72 |
| Binary | 110110 | 11110010 | 10011000 | 1001110 | 0 | 100101 | 101 | 10010111 | 1011000 | 111010 |
Color Harmonies of #36F298
Complementary color
Monochromatic Colors of #36F298
Black with #36F298
Text Example
Text Example
White with #36F298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F298; }
p { color: rgb(54,242,152); }
H1.HeaderClassName
{
color: #36F298;
}
.AnyTagClassName
{
color: #36F298;
}
</style>
background-color css
<style>
a { background-color: #36F298; }
a { background-color: rgb(54,242,152); }
div.DivClassName
{
background-color: #36F298;
}
.BgClassName
{
background-color: #36F298;
}
</style>
border-color css
<style>
span { border-color: #36F298; }
span { border-color: rgb(54,242,152); }
td.TdClassName
{
border-color: #36F298;
}
.TagClassName
{
border-color: #36F298;
}
</style>