Shades of Summer Green #84CA96
Tints of Summer Green #84CA96
RGB
CMYK
RGB Variations
Color information
#84CA96 (or 0x84CA96) is known color: Summer Green. HEX triplet: 84, CA and 96. RGB value is (132,202,150). Sum of RGB (Red+Green+Blue) = 132+202+150=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA96 is #7B3569. Grayscale: #AFAFAF. Windows color (decimal): -8074602 or 9882244. OLE color: 9882244.
HSL color Cylindrical-coordinate representation of color #84CA96: hue angle of 135.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CA96 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 150 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.21 |
| HSL | 135.43º | 0.4% | 0.65% | - |
| HSV(B) | 135.43º | 0.35% | 0.79% | - |
| XYZ | 36.14 | 49.35 | 36.47 | - |
| YUV | 175.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 150 | 0.35 | 0 | 0.26 | 0.21 | 135.43 | 0.4 | 0.65 |
| Hex | 84 | CA | 96 | 23 | 0 | 1A | 15 | 87 | 28 | 41 |
| Octal | 204 | 312 | 226 | 43 | 0 | 32 | 25 | 207 | 50 | 101 |
| Binary | 10000100 | 11001010 | 10010110 | 100011 | 0 | 11010 | 10101 | 10000111 | 101000 | 1000001 |
Color Harmonies of #84CA96
Complementary color
Monochromatic Colors of #84CA96
Black with #84CA96
Text Example
Text Example
White with #84CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA96; }
p { color: rgb(132,202,150); }
H1.HeaderClassName
{
color: #84CA96;
}
.AnyTagClassName
{
color: #84CA96;
}
</style>
background-color css
<style>
a { background-color: #84CA96; }
a { background-color: rgb(132,202,150); }
div.DivClassName
{
background-color: #84CA96;
}
.BgClassName
{
background-color: #84CA96;
}
</style>
border-color css
<style>
span { border-color: #84CA96; }
span { border-color: rgb(132,202,150); }
td.TdClassName
{
border-color: #84CA96;
}
.TagClassName
{
border-color: #84CA96;
}
</style>