Shades of Shamrock #35FEA8
Tints of Shamrock #35FEA8
RGB
CMYK
RGB Variations
Color information
#35FEA8 (or 0x35FEA8) is known color: Shamrock. HEX triplet: 35, FE and A8. RGB value is (53,254,168). Sum of RGB (Red+Green+Blue) = 53+254+168=475 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.16% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FEA8 is #CA0157. Grayscale: #B8B8B8. Windows color (decimal): -13238616 or 11075125. OLE color: 11075125.
HSL color Cylindrical-coordinate representation of color #35FEA8: hue angle of 154.33º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FEA8 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 168 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.00 |
| HSL | 154.33º | 0.99% | 0.6% | - |
| HSV(B) | 154.33º | 0.79% | 1% | - |
| XYZ | 43.98 | 74.47 | 49.1 | - |
| YUV | 184.1 | 118.91 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 168 | 0.79 | 0 | 0.34 | 0.00 | 154.33 | 0.99 | 0.6 |
| Hex | 35 | FE | A8 | 4F | 0 | 22 | 0 | 9A | 63 | 3C |
| Octal | 65 | 376 | 250 | 117 | 0 | 42 | 0 | 232 | 143 | 74 |
| Binary | 110101 | 11111110 | 10101000 | 1001111 | 0 | 100010 | 0 | 10011010 | 1100011 | 111100 |
Color Harmonies of #35FEA8
Complementary color
Monochromatic Colors of #35FEA8
Black with #35FEA8
Text Example
Text Example
White with #35FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FEA8; }
p { color: rgb(53,254,168); }
H1.HeaderClassName
{
color: #35FEA8;
}
.AnyTagClassName
{
color: #35FEA8;
}
</style>
background-color css
<style>
a { background-color: #35FEA8; }
a { background-color: rgb(53,254,168); }
div.DivClassName
{
background-color: #35FEA8;
}
.BgClassName
{
background-color: #35FEA8;
}
</style>
border-color css
<style>
span { border-color: #35FEA8; }
span { border-color: rgb(53,254,168); }
td.TdClassName
{
border-color: #35FEA8;
}
.TagClassName
{
border-color: #35FEA8;
}
</style>