Shades of Shamrock #35D683
Tints of Shamrock #35D683
RGB
CMYK
RGB Variations
Color information
#35D683 (or 0x35D683) is known color: Shamrock. HEX triplet: 35, D6 and 83. RGB value is (53,214,131). Sum of RGB (Red+Green+Blue) = 53+214+131=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #35D683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D683 is #CA297C. Grayscale: #9C9C9C. Windows color (decimal): -13248893 or 8640053. OLE color: 8640053.
HSL color Cylindrical-coordinate representation of color #35D683: hue angle of 149.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D683 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 214 | 131 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.16 |
| HSL | 149.07º | 0.66% | 0.52% | - |
| HSV(B) | 149.07º | 0.75% | 0.84% | - |
| XYZ | 29.61 | 50.49 | 29.66 | - |
| YUV | 156.4 | 113.66 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 214 | 131 | 0.75 | 0 | 0.39 | 0.16 | 149.07 | 0.66 | 0.52 |
| Hex | 35 | D6 | 83 | 4B | 0 | 27 | 10 | 95 | 42 | 34 |
| Octal | 65 | 326 | 203 | 113 | 0 | 47 | 20 | 225 | 102 | 64 |
| Binary | 110101 | 11010110 | 10000011 | 1001011 | 0 | 100111 | 10000 | 10010101 | 1000010 | 110100 |
Color Harmonies of #35D683
Complementary color
Monochromatic Colors of #35D683
Black with #35D683
Text Example
Text Example
White with #35D683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D683; }
p { color: rgb(53,214,131); }
H1.HeaderClassName
{
color: #35D683;
}
.AnyTagClassName
{
color: #35D683;
}
</style>
background-color css
<style>
a { background-color: #35D683; }
a { background-color: rgb(53,214,131); }
div.DivClassName
{
background-color: #35D683;
}
.BgClassName
{
background-color: #35D683;
}
</style>
border-color css
<style>
span { border-color: #35D683; }
span { border-color: rgb(53,214,131); }
td.TdClassName
{
border-color: #35D683;
}
.TagClassName
{
border-color: #35D683;
}
</style>