#86EE66

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

Shades of Pastel Green #86EE66

Tints of Pastel Green #86EE66

Color information

#86EE66 (or 0x86EE66) is unknown color: approx Pastel Green. HEX triplet: 86, EE and 66. RGB value is (134,238,102). Sum of RGB (Red+Green+Blue) = 134+238+102=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EE66 is #791199. Grayscale: #BFBFBF. Windows color (decimal): -7934362 or 6745734. OLE color: 6745734.

HSL color Cylindrical-coordinate representation of color #86EE66: hue angle of 105.88º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86EE66 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB134238102-
CMYK0.4400.570.07
HSL105.88º80%66.67%-
HSV(B)105.88º57.14%93.33%-
XYZ42.867.1823.28-
YUV191.477.5487.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.27%
GREEN value IS 238 (93.36% from 255) = 50.21%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=28.27%
G=50.21%
B=21.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342381020.4400.570.07105.888066.67
Hex86EE662C03976a5043
Octal206356146540717152120103
Binary100001101110111011001101011000111001111110101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86EE66; }

 p { color: rgb(134,238,102); }

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

<style>
 a { background-color: #86EE66; }

 a { background-color: rgb(134,238,102); }

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

<style>
 span { border-color: #86EE66; }

 span { border-color: rgb(134,238,102); }

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