Html Css Color HEX #84D221 Yellow Green

📋 copy color: '#84D221'

red 132 ◦ green 210 ◦ blue 33

#84D221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #84D221

Tints of Yellow Green #84D221

RGB

 RED value IS 132 (51.95% from 255) = 35.2%

 GREEN value IS 210 (82.42% from 255) = 56%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 35.2%
G = 56%
B = 8.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#84D221 (or 0x84D221) is known color: Yellow Green. HEX triplet: 84, D2 and 21. RGB value is (132,210,33). Sum of RGB (Red+Green+Blue) = 132+210+33=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #84D221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D221 is #7B2DDE. Grayscale: #A7A7A7. Windows color (decimal): -8072671 or 2216580. OLE color: 2216580.

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

Color convert

RGB 132 210 33 -
CMYK 0.37 0 0.84 0.18
HSL 86.44º 0.73% 0.48% -
HSV(B) 86.44º 0.84% 0.82% -
XYZ 32.84 51.11 9.57 -
YUV 166.5 52.66 103.39 -
System Red Green Blue C M Y K H S L
Decimal 132 210 33 0.37 0 0.84 0.18 86.44 0.73 0.48
Hex 84 D2 21 25 0 54 12 56 49 30
Octal 204 322 41 45 0 124 22 126 111 60
Binary 10000100 11010010 100001 100101 0 1010100 10010 1010110 1001001 110000

Color Harmonies of #84D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D221

Black with #84D221

Text Example


Text Example

White with #84D221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,210,33); }

 H1.HeaderClassName
 {
   color: #84D221;
 }
 .AnyTagClassName
 {
   color: #84D221;
 }
</style>

background-color css

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

 a { background-color: rgb(132,210,33); }

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

border-color css

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

 span { border-color: rgb(132,210,33); }

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