#84CA21

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

Shades of Yellow Green #84CA21

Tints of Yellow Green #84CA21

Color information

#84CA21 (or 0x84CA21) is unknown color: approx Yellow Green. HEX triplet: 84, CA and 21. RGB value is (132,202,33). Sum of RGB (Red+Green+Blue) = 132+202+33=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CA21 is #7B35DE. Grayscale: #A2A2A2. Windows color (decimal): -8074719 or 2214532. OLE color: 2214532.

HSL color Cylindrical-coordinate representation of color #84CA21: hue angle of 84.85º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84CA21 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB13220233-
CMYK0.3500.840.21
HSL84.85º71.91%46.08%-
HSV(B)84.85º83.66%79.22%-
XYZ30.9147.268.93-
YUV161.855.31106.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=35.97%
G=55.04%
B=8.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132202330.3500.840.2184.8571.9146.08
Hex84CA21230541555482e
Octal204312414301242512511056
Binary1000010011001010100001100011010101001010110101011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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