Shades of Medium Sea Green #33D05C
Tints of Medium Sea Green #33D05C
RGB
CMYK
RGB Variations
Color information
#33D05C (or 0x33D05C) is known color: Medium Sea Green. HEX triplet: 33, D0 and 5C. RGB value is (51,208,92). Sum of RGB (Red+Green+Blue) = 51+208+92=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #33D05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D05C is #CC2FA3. Grayscale: #949494. Windows color (decimal): -13381540 or 6082611. OLE color: 6082611.
HSL color Cylindrical-coordinate representation of color #33D05C: hue angle of 135.67º degrees, saturation: 0.63, 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 #33D05C is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 92 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.18 |
| HSL | 135.67º | 0.63% | 0.51% | - |
| HSV(B) | 135.67º | 0.75% | 0.82% | - |
| XYZ | 25.85 | 46.59 | 17.76 | - |
| YUV | 147.83 | 96.49 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 92 | 0.75 | 0 | 0.56 | 0.18 | 135.67 | 0.63 | 0.51 |
| Hex | 33 | D0 | 5C | 4B | 0 | 38 | 12 | 88 | 3F | 33 |
| Octal | 63 | 320 | 134 | 113 | 0 | 70 | 22 | 210 | 77 | 63 |
| Binary | 110011 | 11010000 | 1011100 | 1001011 | 0 | 111000 | 10010 | 10001000 | 111111 | 110011 |
Color Harmonies of #33D05C
Complementary color
Monochromatic Colors of #33D05C
Black with #33D05C
Text Example
Text Example
White with #33D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D05C; }
p { color: rgb(51,208,92); }
H1.HeaderClassName
{
color: #33D05C;
}
.AnyTagClassName
{
color: #33D05C;
}
</style>
background-color css
<style>
a { background-color: #33D05C; }
a { background-color: rgb(51,208,92); }
div.DivClassName
{
background-color: #33D05C;
}
.BgClassName
{
background-color: #33D05C;
}
</style>
border-color css
<style>
span { border-color: #33D05C; }
span { border-color: rgb(51,208,92); }
td.TdClassName
{
border-color: #33D05C;
}
.TagClassName
{
border-color: #33D05C;
}
</style>