Shades of Medium Sea Green #35C95C
Tints of Medium Sea Green #35C95C
RGB
CMYK
RGB Variations
Color information
#35C95C (or 0x35C95C) is known color: Medium Sea Green. HEX triplet: 35, C9 and 5C. RGB value is (53,201,92). Sum of RGB (Red+Green+Blue) = 53+201+92=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #35C95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C95C is #CA36A3. Grayscale: #909090. Windows color (decimal): -13252260 or 6080821. OLE color: 6080821.
HSL color Cylindrical-coordinate representation of color #35C95C: hue angle of 135.81º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C95C is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 92 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.21 |
| HSL | 135.81º | 0.58% | 0.5% | - |
| HSV(B) | 135.81º | 0.74% | 0.79% | - |
| XYZ | 24.29 | 43.3 | 17.2 | - |
| YUV | 144.32 | 98.47 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 92 | 0.74 | 0 | 0.54 | 0.21 | 135.81 | 0.58 | 0.5 |
| Hex | 35 | C9 | 5C | 4A | 0 | 36 | 15 | 88 | 3A | 32 |
| Octal | 65 | 311 | 134 | 112 | 0 | 66 | 25 | 210 | 72 | 62 |
| Binary | 110101 | 11001001 | 1011100 | 1001010 | 0 | 110110 | 10101 | 10001000 | 111010 | 110010 |
Color Harmonies of #35C95C
Complementary color
Monochromatic Colors of #35C95C
Black with #35C95C
Text Example
Text Example
White with #35C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C95C; }
p { color: rgb(53,201,92); }
H1.HeaderClassName
{
color: #35C95C;
}
.AnyTagClassName
{
color: #35C95C;
}
</style>
background-color css
<style>
a { background-color: #35C95C; }
a { background-color: rgb(53,201,92); }
div.DivClassName
{
background-color: #35C95C;
}
.BgClassName
{
background-color: #35C95C;
}
</style>
border-color css
<style>
span { border-color: #35C95C; }
span { border-color: rgb(53,201,92); }
td.TdClassName
{
border-color: #35C95C;
}
.TagClassName
{
border-color: #35C95C;
}
</style>