Shades of Medium Sea Green #35C35D
Tints of Medium Sea Green #35C35D
RGB
CMYK
RGB Variations
Color information
#35C35D (or 0x35C35D) is known color: Medium Sea Green. HEX triplet: 35, C3 and 5D. RGB value is (53,195,93). Sum of RGB (Red+Green+Blue) = 53+195+93=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #35C35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C35D is #CA3CA2. Grayscale: #8D8D8D. Windows color (decimal): -13253795 or 6144821. OLE color: 6144821.
HSL color Cylindrical-coordinate representation of color #35C35D: hue angle of 136.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C35D is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 195 | 93 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.24 |
| HSL | 136.9º | 0.57% | 0.49% | - |
| HSV(B) | 136.9º | 0.73% | 0.76% | - |
| XYZ | 22.96 | 40.58 | 16.98 | - |
| YUV | 140.91 | 100.96 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 195 | 93 | 0.73 | 0 | 0.52 | 0.24 | 136.9 | 0.57 | 0.49 |
| Hex | 35 | C3 | 5D | 49 | 0 | 34 | 18 | 89 | 39 | 31 |
| Octal | 65 | 303 | 135 | 111 | 0 | 64 | 30 | 211 | 71 | 61 |
| Binary | 110101 | 11000011 | 1011101 | 1001001 | 0 | 110100 | 11000 | 10001001 | 111001 | 110001 |
Color Harmonies of #35C35D
Complementary color
Monochromatic Colors of #35C35D
Black with #35C35D
Text Example
Text Example
White with #35C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C35D; }
p { color: rgb(53,195,93); }
H1.HeaderClassName
{
color: #35C35D;
}
.AnyTagClassName
{
color: #35C35D;
}
</style>
background-color css
<style>
a { background-color: #35C35D; }
a { background-color: rgb(53,195,93); }
div.DivClassName
{
background-color: #35C35D;
}
.BgClassName
{
background-color: #35C35D;
}
</style>
border-color css
<style>
span { border-color: #35C35D; }
span { border-color: rgb(53,195,93); }
td.TdClassName
{
border-color: #35C35D;
}
.TagClassName
{
border-color: #35C35D;
}
</style>