#84D132

Color #84D132 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #84D132

Tints of Yellow Green #84D132

Color information

#84D132 (or 0x84D132) is unknown color: approx Yellow Green. HEX triplet: 84, D1 and 32. RGB value is (132,209,50). Sum of RGB (Red+Green+Blue) = 132+209+50=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #84D132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D132 is #7B2ECD. Grayscale: #A8A8A8. Windows color (decimal): -8072910 or 3330436. OLE color: 3330436.

HSL color Cylindrical-coordinate representation of color #84D132: hue angle of 89.06º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84D132 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB13220950-
CMYK0.3700.760.18
HSL89.06º63.35%50.78%-
HSV(B)89.06º76.08%81.96%-
XYZ32.8950.7411.08-
YUV167.8561.49102.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 209 (82.03% from 255) = 53.45%
BLUE value IS 50 (19.92% from 255) = 12.79%
R=33.76%
G=53.45%
B=12.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132209500.3700.760.1889.0663.3550.78
Hex84D1322504C12593f33
Octal20432162450114221317763
Binary100001001101000111001010010101001100100101011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84D132; }

 p { color: rgb(132,209,50); }

 H1.HeaderClassName
 {
   color: #84D132;
 }
 .AnyTagClassName
 {
   color: #84D132;
 }
</style>
background-color css

<style>
 a { background-color: #84D132; }

 a { background-color: rgb(132,209,50); }

 div.DivClassName
 {
   background-color: #84D132;
 }
 .BgClassName
 {
   background-color: #84D132;
 }
</style>
border-color css

<style>
 span { border-color: #84D132; }

 span { border-color: rgb(132,209,50); }

 td.TdClassName
 {
   border-color: #84D132;
 }
 .TagClassName
 {
   border-color: #84D132;
 }
</style>