Html Css Color HEX #86E075 Pastel Green

📋 copy color: '#86E075'

red 134 ◦ green 224 ◦ blue 117

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

Shades of Pastel Green #86E075

Tints of Pastel Green #86E075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.63%

R = 28.21%
G = 47.16%
B = 24.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#86E075 (or 0x86E075) is known color: Pastel Green. HEX triplet: 86, E0 and 75. RGB value is (134,224,117). Sum of RGB (Red+Green+Blue) = 134+224+117=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #86E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E075 is #791F8A. Grayscale: #B9B9B9. Windows color (decimal): -7937931 or 7725190. OLE color: 7725190.

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

Color convert

RGB 134 224 117 -
CMYK 0.40 0 0.48 0.12
HSL 110.47º 0.63% 0.67% -
HSV(B) 110.47º 0.48% 0.88% -
XYZ 39.7 59.66 26.25 -
YUV 184.89 89.68 91.7 -
System Red Green Blue C M Y K H S L
Decimal 134 224 117 0.40 0 0.48 0.12 110.47 0.63 0.67
Hex 86 E0 75 28 0 30 C 6E 3F 43
Octal 206 340 165 50 0 60 14 156 77 103
Binary 10000110 11100000 1110101 101000 0 110000 1100 1101110 111111 1000011

Color Harmonies of #86E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E075

Black with #86E075

Text Example


Text Example

White with #86E075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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