Shades of Shamrock #36F68E
Tints of Shamrock #36F68E
RGB
CMYK
RGB Variations
Color information
#36F68E (or 0x36F68E) is known color: Shamrock. HEX triplet: 36, F6 and 8E. RGB value is (54,246,142). Sum of RGB (Red+Green+Blue) = 54+246+142=442 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.22% from 442); Green value is 246 (96.48% from 255 or 55.66% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 246 - color contains mainly: green. Hex color #36F68E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F68E is #C90971. Grayscale: #B0B0B0. Windows color (decimal): -13175154 or 9369142. OLE color: 9369142.
HSL color Cylindrical-coordinate representation of color #36F68E: hue angle of 147.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F68E is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 246 | 142 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.04 |
| HSL | 147.5º | 0.91% | 0.59% | - |
| HSV(B) | 147.5º | 0.78% | 0.96% | - |
| XYZ | 39.36 | 68.65 | 36.77 | - |
| YUV | 176.74 | 108.39 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 246 | 142 | 0.78 | 0 | 0.42 | 0.04 | 147.5 | 0.91 | 0.59 |
| Hex | 36 | F6 | 8E | 4E | 0 | 2A | 4 | 94 | 5B | 3B |
| Octal | 66 | 366 | 216 | 116 | 0 | 52 | 4 | 224 | 133 | 73 |
| Binary | 110110 | 11110110 | 10001110 | 1001110 | 0 | 101010 | 100 | 10010100 | 1011011 | 111011 |
Color Harmonies of #36F68E
Complementary color
Monochromatic Colors of #36F68E
Black with #36F68E
Text Example
Text Example
White with #36F68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F68E; }
p { color: rgb(54,246,142); }
H1.HeaderClassName
{
color: #36F68E;
}
.AnyTagClassName
{
color: #36F68E;
}
</style>
background-color css
<style>
a { background-color: #36F68E; }
a { background-color: rgb(54,246,142); }
div.DivClassName
{
background-color: #36F68E;
}
.BgClassName
{
background-color: #36F68E;
}
</style>
border-color css
<style>
span { border-color: #36F68E; }
span { border-color: rgb(54,246,142); }
td.TdClassName
{
border-color: #36F68E;
}
.TagClassName
{
border-color: #36F68E;
}
</style>