#84CA25

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

Shades of Yellow Green #84CA25

Tints of Yellow Green #84CA25

Color information

#84CA25 (or 0x84CA25) is unknown color: approx Yellow Green. HEX triplet: 84, CA and 25. RGB value is (132,202,37). Sum of RGB (Red+Green+Blue) = 132+202+37=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CA25 is #7B35DA. Grayscale: #A2A2A2. Windows color (decimal): -8074715 or 2476676. OLE color: 2476676.

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

Color convert

RGB13220237-
CMYK0.3500.820.21
HSL85.45º69.04%46.86%-
HSV(B)85.45º81.68%79.22%-
XYZ30.9747.289.24-
YUV162.2657.31106.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 202 (79.30% from 255) = 54.45%
BLUE value IS 37 (14.84% from 255) = 9.97%
R=35.58%
G=54.45%
B=9.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132202370.3500.820.2185.4569.0446.86
Hex84CA25230521555452f
Octal204312454301222512510557
Binary1000010011001010100101100011010100101010110101011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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