Shades of Shamrock #35CF90
Tints of Shamrock #35CF90
RGB
CMYK
RGB Variations
Color information
#35CF90 (or 0x35CF90) is known color: Shamrock. HEX triplet: 35, CF and 90. RGB value is (53,207,144). Sum of RGB (Red+Green+Blue) = 53+207+144=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CF90 is #CA306F. Grayscale: #999999. Windows color (decimal): -13250672 or 9490229. OLE color: 9490229.
HSL color Cylindrical-coordinate representation of color #35CF90: hue angle of 155.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CF90 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 144 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.19 |
| HSL | 155.45º | 0.62% | 0.51% | - |
| HSV(B) | 155.45º | 0.74% | 0.81% | - |
| XYZ | 28.82 | 47.4 | 34.02 | - |
| YUV | 153.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 144 | 0.74 | 0 | 0.30 | 0.19 | 155.45 | 0.62 | 0.51 |
| Hex | 35 | CF | 90 | 4A | 0 | 1E | 13 | 9B | 3E | 33 |
| Octal | 65 | 317 | 220 | 112 | 0 | 36 | 23 | 233 | 76 | 63 |
| Binary | 110101 | 11001111 | 10010000 | 1001010 | 0 | 11110 | 10011 | 10011011 | 111110 | 110011 |
Color Harmonies of #35CF90
Complementary color
Monochromatic Colors of #35CF90
Black with #35CF90
Text Example
Text Example
White with #35CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CF90; }
p { color: rgb(53,207,144); }
H1.HeaderClassName
{
color: #35CF90;
}
.AnyTagClassName
{
color: #35CF90;
}
</style>
background-color css
<style>
a { background-color: #35CF90; }
a { background-color: rgb(53,207,144); }
div.DivClassName
{
background-color: #35CF90;
}
.BgClassName
{
background-color: #35CF90;
}
</style>
border-color css
<style>
span { border-color: #35CF90; }
span { border-color: rgb(53,207,144); }
td.TdClassName
{
border-color: #35CF90;
}
.TagClassName
{
border-color: #35CF90;
}
</style>