#84F266

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

Shades of Pastel Green #84F266

Tints of Pastel Green #84F266

Color information

#84F266 (or 0x84F266) is unknown color: approx Pastel Green. HEX triplet: 84, F2 and 66. RGB value is (132,242,102). Sum of RGB (Red+Green+Blue) = 132+242+102=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #84F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F266 is #7B0D99. Grayscale: #C1C1C1. Windows color (decimal): -8064410 or 6746756. OLE color: 6746756.

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

Color convert

RGB132242102-
CMYK0.4500.580.05
HSL107.14º84.34%67.45%-
HSV(B)107.14º57.85%94.9%-
XYZ43.6769.3723.66-
YUV193.1576.5684.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 242 (94.92% from 255) = 50.84%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=27.73%
G=50.84%
B=21.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322421020.4500.580.05107.1484.3467.45
Hex84F2662D03A56b5443
Octal204362146550725153124103
Binary100001001111001011001101011010111010101110101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,242,102); }

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

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

 a { background-color: rgb(132,242,102); }

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

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

 span { border-color: rgb(132,242,102); }

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