Html Css Color HEX #86E872 Pastel Green

📋 copy color: '#86E872'

red 134 ◦ green 232 ◦ blue 114

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

Shades of Pastel Green #86E872

Tints of Pastel Green #86E872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.33%

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 27.92%
G = 48.33%
B = 23.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#86E872 (or 0x86E872) is known color: Pastel Green. HEX triplet: 86, E8 and 72. RGB value is (134,232,114). Sum of RGB (Red+Green+Blue) = 134+232+114=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #86E872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E872 is #79178D. Grayscale: #BDBDBD. Windows color (decimal): -7935886 or 7530630. OLE color: 7530630.

HSL color Cylindrical-coordinate representation of color #86E872: hue angle of 109.83º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86E872 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 232 114 -
CMYK 0.42 0 0.51 0.09
HSL 109.83º 0.72% 0.68% -
HSV(B) 109.83º 0.51% 0.91% -
XYZ 41.73 64 26.07 -
YUV 189.25 85.53 88.59 -
System Red Green Blue C M Y K H S L
Decimal 134 232 114 0.42 0 0.51 0.09 109.83 0.72 0.68
Hex 86 E8 72 2A 0 33 9 6E 48 44
Octal 206 350 162 52 0 63 11 156 110 104
Binary 10000110 11101000 1110010 101010 0 110011 1001 1101110 1001000 1000100

Color Harmonies of #86E872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E872

Black with #86E872

Text Example


Text Example

White with #86E872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,232,114); }

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

background-color css

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

 a { background-color: rgb(134,232,114); }

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

border-color css

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

 span { border-color: rgb(134,232,114); }

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