Shades of Shamrock #35FDA5
Tints of Shamrock #35FDA5
RGB
CMYK
RGB Variations
Color information
#35FDA5 (or 0x35FDA5) is known color: Shamrock. HEX triplet: 35, FD and A5. RGB value is (53,253,165). Sum of RGB (Red+Green+Blue) = 53+253+165=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #35FDA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FDA5 is #CA025A. Grayscale: #B7B7B7. Windows color (decimal): -13238875 or 10878261. OLE color: 10878261.
HSL color Cylindrical-coordinate representation of color #35FDA5: hue angle of 153.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FDA5 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 53 | 253 | 165 | - |
CMYK | 0.79 | 0 | 0.35 | 0.01 |
HSL | 153.6º | 0.98% | 0.6% | - |
HSV(B) | 153.6º | 0.79% | 0.99% | - |
XYZ | 43.39 | 73.72 | 47.54 | - |
YUV | 183.17 | 117.74 | 35.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 253 | 165 | 0.79 | 0 | 0.35 | 0.01 | 153.6 | 0.98 | 0.6 |
Hex | 35 | FD | A5 | 4F | 0 | 23 | 1 | 9A | 62 | 3C |
Octal | 65 | 375 | 245 | 117 | 0 | 43 | 1 | 232 | 142 | 74 |
Binary | 110101 | 11111101 | 10100101 | 1001111 | 0 | 100011 | 1 | 10011010 | 1100010 | 111100 |
Color Harmonies of #35FDA5
Complementary color
Monochromatic Colors of #35FDA5
Black with #35FDA5
Text Example
Text Example
White with #35FDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FDA5; }
p { color: rgb(53,253,165); }
H1.HeaderClassName
{
color: #35FDA5;
}
.AnyTagClassName
{
color: #35FDA5;
}
</style>
background-color css
<style>
a { background-color: #35FDA5; }
a { background-color: rgb(53,253,165); }
div.DivClassName
{
background-color: #35FDA5;
}
.BgClassName
{
background-color: #35FDA5;
}
</style>
border-color css
<style>
span { border-color: #35FDA5; }
span { border-color: rgb(53,253,165); }
td.TdClassName
{
border-color: #35FDA5;
}
.TagClassName
{
border-color: #35FDA5;
}
</style>