Shades of Mountain Meadow #21CF74
Tints of Mountain Meadow #21CF74
RGB
CMYK
RGB Variations
Color information
#21CF74 (or 0x21CF74) is known color: Mountain Meadow. HEX triplet: 21, CF and 74. RGB value is (33,207,116). Sum of RGB (Red+Green+Blue) = 33+207+116=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF74 is #DE308B. Grayscale: #909090. Windows color (decimal): -14561420 or 7655201. OLE color: 7655201.
HSL color Cylindrical-coordinate representation of color #21CF74: hue angle of 148.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF74 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 116 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.19 |
| HSL | 148.62º | 0.73% | 0.47% | - |
| HSV(B) | 148.62º | 0.84% | 0.81% | - |
| XYZ | 26.09 | 46.21 | 24.07 | - |
| YUV | 144.6 | 111.85 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 116 | 0.84 | 0 | 0.44 | 0.19 | 148.62 | 0.73 | 0.47 |
| Hex | 21 | CF | 74 | 54 | 0 | 2C | 13 | 95 | 48 | 2F |
| Octal | 41 | 317 | 164 | 124 | 0 | 54 | 23 | 225 | 110 | 57 |
| Binary | 100001 | 11001111 | 1110100 | 1010100 | 0 | 101100 | 10011 | 10010101 | 1001000 | 101111 |
Color Harmonies of #21CF74
Complementary color
Monochromatic Colors of #21CF74
Black with #21CF74
Text Example
Text Example
White with #21CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF74; }
p { color: rgb(33,207,116); }
H1.HeaderClassName
{
color: #21CF74;
}
.AnyTagClassName
{
color: #21CF74;
}
</style>
background-color css
<style>
a { background-color: #21CF74; }
a { background-color: rgb(33,207,116); }
div.DivClassName
{
background-color: #21CF74;
}
.BgClassName
{
background-color: #21CF74;
}
</style>
border-color css
<style>
span { border-color: #21CF74; }
span { border-color: rgb(33,207,116); }
td.TdClassName
{
border-color: #21CF74;
}
.TagClassName
{
border-color: #21CF74;
}
</style>