Shades of Medium Sea Green #35D05F
Tints of Medium Sea Green #35D05F
RGB
CMYK
RGB Variations
Color information
#35D05F (or 0x35D05F) is known color: Medium Sea Green. HEX triplet: 35, D0 and 5F. RGB value is (53,208,95). Sum of RGB (Red+Green+Blue) = 53+208+95=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #35D05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D05F is #CA2FA0. Grayscale: #959595. Windows color (decimal): -13250465 or 6279221. OLE color: 6279221.
HSL color Cylindrical-coordinate representation of color #35D05F: hue angle of 136.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D05F is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 208 | 95 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.18 |
| HSL | 136.26º | 0.62% | 0.51% | - |
| HSV(B) | 136.26º | 0.75% | 0.82% | - |
| XYZ | 26.09 | 46.69 | 18.46 | - |
| YUV | 148.77 | 97.65 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 95 | 0.75 | 0 | 0.54 | 0.18 | 136.26 | 0.62 | 0.51 |
| Hex | 35 | D0 | 5F | 4B | 0 | 36 | 12 | 88 | 3E | 33 |
| Octal | 65 | 320 | 137 | 113 | 0 | 66 | 22 | 210 | 76 | 63 |
| Binary | 110101 | 11010000 | 1011111 | 1001011 | 0 | 110110 | 10010 | 10001000 | 111110 | 110011 |
Color Harmonies of #35D05F
Complementary color
Monochromatic Colors of #35D05F
Black with #35D05F
Text Example
Text Example
White with #35D05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D05F; }
p { color: rgb(53,208,95); }
H1.HeaderClassName
{
color: #35D05F;
}
.AnyTagClassName
{
color: #35D05F;
}
</style>
background-color css
<style>
a { background-color: #35D05F; }
a { background-color: rgb(53,208,95); }
div.DivClassName
{
background-color: #35D05F;
}
.BgClassName
{
background-color: #35D05F;
}
</style>
border-color css
<style>
span { border-color: #35D05F; }
span { border-color: rgb(53,208,95); }
td.TdClassName
{
border-color: #35D05F;
}
.TagClassName
{
border-color: #35D05F;
}
</style>