Shades of Medium Sea Green #33D064
Tints of Medium Sea Green #33D064
RGB
CMYK
RGB Variations
Color information
#33D064 (or 0x33D064) is known color: Medium Sea Green. HEX triplet: 33, D0 and 64. RGB value is (51,208,100). Sum of RGB (Red+Green+Blue) = 51+208+100=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #33D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D064 is #CC2F9B. Grayscale: #959595. Windows color (decimal): -13381532 or 6606899. OLE color: 6606899.
HSL color Cylindrical-coordinate representation of color #33D064: hue angle of 138.73º 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 #33D064 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 100 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.18 |
| HSL | 138.73º | 0.63% | 0.51% | - |
| HSV(B) | 138.73º | 0.75% | 0.82% | - |
| XYZ | 26.22 | 46.74 | 19.7 | - |
| YUV | 148.75 | 100.49 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 100 | 0.75 | 0 | 0.52 | 0.18 | 138.73 | 0.63 | 0.51 |
| Hex | 33 | D0 | 64 | 4B | 0 | 34 | 12 | 8B | 3F | 33 |
| Octal | 63 | 320 | 144 | 113 | 0 | 64 | 22 | 213 | 77 | 63 |
| Binary | 110011 | 11010000 | 1100100 | 1001011 | 0 | 110100 | 10010 | 10001011 | 111111 | 110011 |
Color Harmonies of #33D064
Complementary color
Monochromatic Colors of #33D064
Black with #33D064
Text Example
Text Example
White with #33D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D064; }
p { color: rgb(51,208,100); }
H1.HeaderClassName
{
color: #33D064;
}
.AnyTagClassName
{
color: #33D064;
}
</style>
background-color css
<style>
a { background-color: #33D064; }
a { background-color: rgb(51,208,100); }
div.DivClassName
{
background-color: #33D064;
}
.BgClassName
{
background-color: #33D064;
}
</style>
border-color css
<style>
span { border-color: #33D064; }
span { border-color: rgb(51,208,100); }
td.TdClassName
{
border-color: #33D064;
}
.TagClassName
{
border-color: #33D064;
}
</style>