Shades of Medium Sea Green #21BF5D
Tints of Medium Sea Green #21BF5D
RGB
CMYK
RGB Variations
Color information
#21BF5D (or 0x21BF5D) is known color: Medium Sea Green. HEX triplet: 21, BF and 5D. RGB value is (33,191,93). Sum of RGB (Red+Green+Blue) = 33+191+93=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BF5D is #DE40A2. Grayscale: #848484. Windows color (decimal): -14565539 or 6143777. OLE color: 6143777.
HSL color Cylindrical-coordinate representation of color #21BF5D: hue angle of 142.78º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BF5D is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 93 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.25 |
| HSL | 142.78º | 0.71% | 0.44% | - |
| HSV(B) | 142.78º | 0.83% | 0.75% | - |
| XYZ | 21.23 | 38.38 | 16.64 | - |
| YUV | 132.59 | 105.65 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 93 | 0.83 | 0 | 0.51 | 0.25 | 142.78 | 0.71 | 0.44 |
| Hex | 21 | BF | 5D | 53 | 0 | 33 | 19 | 8F | 47 | 2C |
| Octal | 41 | 277 | 135 | 123 | 0 | 63 | 31 | 217 | 107 | 54 |
| Binary | 100001 | 10111111 | 1011101 | 1010011 | 0 | 110011 | 11001 | 10001111 | 1000111 | 101100 |
Color Harmonies of #21BF5D
Complementary color
Monochromatic Colors of #21BF5D
Black with #21BF5D
Text Example
Text Example
White with #21BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF5D; }
p { color: rgb(33,191,93); }
H1.HeaderClassName
{
color: #21BF5D;
}
.AnyTagClassName
{
color: #21BF5D;
}
</style>
background-color css
<style>
a { background-color: #21BF5D; }
a { background-color: rgb(33,191,93); }
div.DivClassName
{
background-color: #21BF5D;
}
.BgClassName
{
background-color: #21BF5D;
}
</style>
border-color css
<style>
span { border-color: #21BF5D; }
span { border-color: rgb(33,191,93); }
td.TdClassName
{
border-color: #21BF5D;
}
.TagClassName
{
border-color: #21BF5D;
}
</style>