Shades of Yellow Green #84CF34
Tints of Yellow Green #84CF34
RGB
CMYK
RGB Variations
Color information
#84CF34 (or 0x84CF34) is known color: Yellow Green. HEX triplet: 84, CF and 34. RGB value is (132,207,52). Sum of RGB (Red+Green+Blue) = 132+207+52=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CF34 is #7B30CB. Grayscale: #A7A7A7. Windows color (decimal): -8073420 or 3460996. OLE color: 3460996.
HSL color Cylindrical-coordinate representation of color #84CF34: hue angle of 89.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84CF34 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 52 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.19 |
| HSL | 89.03º | 0.62% | 0.51% | - |
| HSV(B) | 89.03º | 0.75% | 0.81% | - |
| XYZ | 32.45 | 49.78 | 11.15 | - |
| YUV | 166.91 | 63.15 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 52 | 0.36 | 0 | 0.75 | 0.19 | 89.03 | 0.62 | 0.51 |
| Hex | 84 | CF | 34 | 24 | 0 | 4B | 13 | 59 | 3E | 33 |
| Octal | 204 | 317 | 64 | 44 | 0 | 113 | 23 | 131 | 76 | 63 |
| Binary | 10000100 | 11001111 | 110100 | 100100 | 0 | 1001011 | 10011 | 1011001 | 111110 | 110011 |
Color Harmonies of #84CF34
Complementary color
Monochromatic Colors of #84CF34
Black with #84CF34
Text Example
Text Example
White with #84CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF34; }
p { color: rgb(132,207,52); }
H1.HeaderClassName
{
color: #84CF34;
}
.AnyTagClassName
{
color: #84CF34;
}
</style>
background-color css
<style>
a { background-color: #84CF34; }
a { background-color: rgb(132,207,52); }
div.DivClassName
{
background-color: #84CF34;
}
.BgClassName
{
background-color: #84CF34;
}
</style>
border-color css
<style>
span { border-color: #84CF34; }
span { border-color: rgb(132,207,52); }
td.TdClassName
{
border-color: #84CF34;
}
.TagClassName
{
border-color: #84CF34;
}
</style>