#84E275

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

Shades of Pastel Green #84E275

Tints of Pastel Green #84E275

Color information

#84E275 (or 0x84E275) is unknown color: approx Pastel Green. HEX triplet: 84, E2 and 75. RGB value is (132,226,117). Sum of RGB (Red+Green+Blue) = 132+226+117=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #84E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E275 is #7B1D8A. Grayscale: #B9B9B9. Windows color (decimal): -8068491 or 7725700. OLE color: 7725700.

HSL color Cylindrical-coordinate representation of color #84E275: hue angle of 111.74º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84E275 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB132226117-
CMYK0.4200.480.11
HSL111.74º65.27%67.25%-
HSV(B)111.74º48.23%88.63%-
XYZ39.9260.5826.42-
YUV185.4789.3689.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 226 (88.67% from 255) = 47.58%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=27.79%
G=47.58%
B=24.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322261170.4200.480.11111.7465.2767.25
Hex84E2752A030B704143
Octal2043421655206013160101103
Binary1000010011100010111010110101001100001011111000010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,226,117); }

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

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

 a { background-color: rgb(132,226,117); }

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

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

 span { border-color: rgb(132,226,117); }

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