#84f172

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

Shades of Pastel Green #84F172

Tints of Pastel Green #84F172

Color information

#84F172 (or 0x84F172) is unknown color: approx Pastel Green. HEX triplet: 84, F1 and 72. RGB value is (132,241,114). Sum of RGB (Red+Green+Blue) = 132+241+114=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #84F172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F172 is #7B0E8D. Grayscale: #C2C2C2. Windows color (decimal): -8064654 or 7532932. OLE color: 7532932.

HSL color Cylindrical-coordinate representation of color #84F172: hue angle of 111.5º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84F172 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB132241114-
CMYK0.4500.530.05
HSL111.5º81.94%69.61%-
HSV(B)111.5º52.7%94.51%-
XYZ44.0169.0326.92-
YUV193.9382.8983.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 241 (94.53% from 255) = 49.49%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=27.10%
G=49.49%
B=23.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322411140.4500.530.05111.581.9469.61
Hex84F1722D03556f5246
Octal204361162550655157122106
Binary100001001111000111100101011010110101101110111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84f172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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