#84F178

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

Shades of Pastel Green #84F178

Tints of Pastel Green #84F178

Color information

#84F178 (or 0x84F178) is unknown color: approx Pastel Green. HEX triplet: 84, F1 and 78. RGB value is (132,241,120). Sum of RGB (Red+Green+Blue) = 132+241+120=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #84F178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F178 is #7B0E87. Grayscale: #C2C2C2. Windows color (decimal): -8064648 or 7926148. OLE color: 7926148.

HSL color Cylindrical-coordinate representation of color #84F178: hue angle of 114.05º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84F178 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB132241120-
CMYK0.4500.500.05
HSL114.05º81.21%70.78%-
HSV(B)114.05º50.21%94.51%-
XYZ44.3669.1728.78-
YUV194.6185.8983.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.77%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=26.77%
G=48.88%
B=24.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322411200.4500.500.05114.0581.2170.78
Hex84F1782D0325725147
Octal204361170550625162121107
Binary100001001111000111110001011010110010101111001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,241,120); }

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

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

 a { background-color: rgb(132,241,120); }

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

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

 span { border-color: rgb(132,241,120); }

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