#84F16F

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

Shades of Pastel Green #84F16F

Tints of Pastel Green #84F16F

Color information

#84F16F (or 0x84F16F) is unknown color: approx Pastel Green. HEX triplet: 84, F1 and 6F. RGB value is (132,241,111). Sum of RGB (Red+Green+Blue) = 132+241+111=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #84F16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F16F is #7B0E90. Grayscale: #C2C2C2. Windows color (decimal): -8064657 or 7336324. OLE color: 7336324.

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

Color convert

RGB132241111-
CMYK0.4500.540.05
HSL110.31º82.28%69.02%-
HSV(B)110.31º53.94%94.51%-
XYZ43.8468.9626.04-
YUV193.5981.3984.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.27%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=27.27%
G=49.79%
B=22.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322411110.4500.540.05110.3182.2869.02
Hex84F16F2D03656e5245
Octal204361157550665156122105
Binary100001001111000111011111011010110110101110111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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