Shades of Shamrock #35CF81
Tints of Shamrock #35CF81
RGB
CMYK
RGB Variations
Color information
#35CF81 (or 0x35CF81) is known color: Shamrock. HEX triplet: 35, CF and 81. RGB value is (53,207,129). Sum of RGB (Red+Green+Blue) = 53+207+129=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CF81 is #CA307E. Grayscale: #989898. Windows color (decimal): -13250687 or 8507189. OLE color: 8507189.
HSL color Cylindrical-coordinate representation of color #35CF81: hue angle of 149.61º 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 #35CF81 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 129 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.19 |
| HSL | 149.61º | 0.62% | 0.51% | - |
| HSV(B) | 149.61º | 0.74% | 0.81% | - |
| XYZ | 27.74 | 46.97 | 28.37 | - |
| YUV | 152.06 | 114.98 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 129 | 0.74 | 0 | 0.38 | 0.19 | 149.61 | 0.62 | 0.51 |
| Hex | 35 | CF | 81 | 4A | 0 | 26 | 13 | 96 | 3E | 33 |
| Octal | 65 | 317 | 201 | 112 | 0 | 46 | 23 | 226 | 76 | 63 |
| Binary | 110101 | 11001111 | 10000001 | 1001010 | 0 | 100110 | 10011 | 10010110 | 111110 | 110011 |
Color Harmonies of #35CF81
Complementary color
Monochromatic Colors of #35CF81
Black with #35CF81
Text Example
Text Example
White with #35CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CF81; }
p { color: rgb(53,207,129); }
H1.HeaderClassName
{
color: #35CF81;
}
.AnyTagClassName
{
color: #35CF81;
}
</style>
background-color css
<style>
a { background-color: #35CF81; }
a { background-color: rgb(53,207,129); }
div.DivClassName
{
background-color: #35CF81;
}
.BgClassName
{
background-color: #35CF81;
}
</style>
border-color css
<style>
span { border-color: #35CF81; }
span { border-color: rgb(53,207,129); }
td.TdClassName
{
border-color: #35CF81;
}
.TagClassName
{
border-color: #35CF81;
}
</style>