#84FBAE

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

Shades of Pale Green #84FBAE

Tints of Pale Green #84FBAE

Color information

#84FBAE (or 0x84FBAE) is unknown color: approx Pale Green. HEX triplet: 84, FB and AE. RGB value is (132,251,174). Sum of RGB (Red+Green+Blue) = 132+251+174=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FBAE is #7B0451. Grayscale: #CECECE. Windows color (decimal): -8062034 or 11467652. OLE color: 11467652.

HSL color Cylindrical-coordinate representation of color #84FBAE: hue angle of 141.18º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBAE is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB132251174-
CMYK0.4700.310.02
HSL141.18º93.7%75.1%-
HSV(B)141.18º47.41%98.43%-
XYZ51.6576.9652.18-
YUV206.64109.5874.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.70%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=23.70%
G=45.06%
B=31.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322511740.4700.310.02141.1893.775.1
Hex84FBAE2F01F28d5e4b
Octal204373256570372215136113
Binary100001001111101110101110101111011111101000110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,251,174); }

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

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

 a { background-color: rgb(132,251,174); }

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

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

 span { border-color: rgb(132,251,174); }

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