Shades of Yellow Green #84CB21
Tints of Yellow Green #84CB21
RGB
CMYK
RGB Variations
Color information
#84CB21 (or 0x84CB21) is known color: Yellow Green. HEX triplet: 84, CB and 21. RGB value is (132,203,33). Sum of RGB (Red+Green+Blue) = 132+203+33=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CB21 is #7B34DE. Grayscale: #A3A3A3. Windows color (decimal): -8074463 or 2214788. OLE color: 2214788.
HSL color Cylindrical-coordinate representation of color #84CB21: hue angle of 85.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84CB21 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 33 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.20 |
| HSL | 85.06º | 0.72% | 0.46% | - |
| HSV(B) | 85.06º | 0.84% | 0.8% | - |
| XYZ | 31.15 | 47.73 | 9.01 | - |
| YUV | 162.39 | 54.98 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 33 | 0.35 | 0 | 0.84 | 0.20 | 85.06 | 0.72 | 0.46 |
| Hex | 84 | CB | 21 | 23 | 0 | 54 | 14 | 55 | 48 | 2E |
| Octal | 204 | 313 | 41 | 43 | 0 | 124 | 24 | 125 | 110 | 56 |
| Binary | 10000100 | 11001011 | 100001 | 100011 | 0 | 1010100 | 10100 | 1010101 | 1001000 | 101110 |
Color Harmonies of #84CB21
Complementary color
Monochromatic Colors of #84CB21
Black with #84CB21
Text Example
Text Example
White with #84CB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB21; }
p { color: rgb(132,203,33); }
H1.HeaderClassName
{
color: #84CB21;
}
.AnyTagClassName
{
color: #84CB21;
}
</style>
background-color css
<style>
a { background-color: #84CB21; }
a { background-color: rgb(132,203,33); }
div.DivClassName
{
background-color: #84CB21;
}
.BgClassName
{
background-color: #84CB21;
}
</style>
border-color css
<style>
span { border-color: #84CB21; }
span { border-color: rgb(132,203,33); }
td.TdClassName
{
border-color: #84CB21;
}
.TagClassName
{
border-color: #84CB21;
}
</style>