Shades of Medium Sea Green #33CD64
Tints of Medium Sea Green #33CD64
RGB
CMYK
RGB Variations
Color information
#33CD64 (or 0x33CD64) is known color: Medium Sea Green. HEX triplet: 33, CD and 64. RGB value is (51,205,100). Sum of RGB (Red+Green+Blue) = 51+205+100=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #33CD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CD64 is #CC329B. Grayscale: #939393. Windows color (decimal): -13382300 or 6606131. OLE color: 6606131.
HSL color Cylindrical-coordinate representation of color #33CD64: hue angle of 139.09º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CD64 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 205 | 100 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.20 |
| HSL | 139.09º | 0.61% | 0.5% | - |
| HSV(B) | 139.09º | 0.75% | 0.8% | - |
| XYZ | 25.5 | 45.29 | 19.45 | - |
| YUV | 146.98 | 101.48 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 100 | 0.75 | 0 | 0.51 | 0.20 | 139.09 | 0.61 | 0.5 |
| Hex | 33 | CD | 64 | 4B | 0 | 33 | 14 | 8B | 3D | 32 |
| Octal | 63 | 315 | 144 | 113 | 0 | 63 | 24 | 213 | 75 | 62 |
| Binary | 110011 | 11001101 | 1100100 | 1001011 | 0 | 110011 | 10100 | 10001011 | 111101 | 110010 |
Color Harmonies of #33CD64
Complementary color
Monochromatic Colors of #33CD64
Black with #33CD64
Text Example
Text Example
White with #33CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CD64; }
p { color: rgb(51,205,100); }
H1.HeaderClassName
{
color: #33CD64;
}
.AnyTagClassName
{
color: #33CD64;
}
</style>
background-color css
<style>
a { background-color: #33CD64; }
a { background-color: rgb(51,205,100); }
div.DivClassName
{
background-color: #33CD64;
}
.BgClassName
{
background-color: #33CD64;
}
</style>
border-color css
<style>
span { border-color: #33CD64; }
span { border-color: rgb(51,205,100); }
td.TdClassName
{
border-color: #33CD64;
}
.TagClassName
{
border-color: #33CD64;
}
</style>