Html Css Color HEX #86E066 Pastel Green

📋 copy color: '#86E066'

red 134 ◦ green 224 ◦ blue 102

#86E066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #86E066

Tints of Pastel Green #86E066

RGB

 RED value IS 134 (52.73% from 255) = 29.13%

 GREEN value IS 224 (87.89% from 255) = 48.7%

 BLUE value IS 102 (40.23% from 255) = 22.17%

R = 29.13%
G = 48.7%
B = 22.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#86E066 (or 0x86E066) is known color: Pastel Green. HEX triplet: 86, E0 and 66. RGB value is (134,224,102). Sum of RGB (Red+Green+Blue) = 134+224+102=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #86E066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E066 is #791F99. Grayscale: #B7B7B7. Windows color (decimal): -7937946 or 6742150. OLE color: 6742150.

HSL color Cylindrical-coordinate representation of color #86E066: hue angle of 104.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86E066 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 224 102 -
CMYK 0.40 0 0.54 0.12
HSL 104.26º 0.66% 0.64% -
HSV(B) 104.26º 0.54% 0.88% -
XYZ 38.89 59.34 21.97 -
YUV 183.18 82.18 92.92 -
System Red Green Blue C M Y K H S L
Decimal 134 224 102 0.40 0 0.54 0.12 104.26 0.66 0.64
Hex 86 E0 66 28 0 36 C 68 42 40
Octal 206 340 146 50 0 66 14 150 102 100
Binary 10000110 11100000 1100110 101000 0 110110 1100 1101000 1000010 1000000

Color Harmonies of #86E066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E066

Black with #86E066

Text Example


Text Example

White with #86E066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86E066;
 }
 .AnyTagClassName
 {
   color: #86E066;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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