Html Css Color HEX #86DE7F Pastel Green

📋 copy color: '#86DE7F'

red 134 ◦ green 222 ◦ blue 127

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

Shades of Pastel Green #86DE7F

Tints of Pastel Green #86DE7F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.96%

 BLUE value IS 127 (50% from 255) = 26.29%

R = 27.74%
G = 45.96%
B = 26.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#86DE7F (or 0x86DE7F) is known color: Pastel Green. HEX triplet: 86, DE and 7F. RGB value is (134,222,127). Sum of RGB (Red+Green+Blue) = 134+222+127=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE7F is #792180. Grayscale: #B9B9B9. Windows color (decimal): -7938433 or 8380038. OLE color: 8380038.

HSL color Cylindrical-coordinate representation of color #86DE7F: hue angle of 115.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86DE7F is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 222 127 -
CMYK 0.40 0 0.43 0.13
HSL 115.58º 0.59% 0.68% -
HSV(B) 115.58º 0.43% 0.87% -
XYZ 39.78 58.84 29.34 -
YUV 184.86 95.35 91.72 -
System Red Green Blue C M Y K H S L
Decimal 134 222 127 0.40 0 0.43 0.13 115.58 0.59 0.68
Hex 86 DE 7F 28 0 2B D 74 3B 44
Octal 206 336 177 50 0 53 15 164 73 104
Binary 10000110 11011110 1111111 101000 0 101011 1101 1110100 111011 1000100

Color Harmonies of #86DE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE7F

Black with #86DE7F

Text Example


Text Example

White with #86DE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,222,127); }

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

background-color css

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

 a { background-color: rgb(134,222,127); }

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

border-color css

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

 span { border-color: rgb(134,222,127); }

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