Html Css Color HEX #86E578 Pastel Green

📋 copy color: '#86E578'

red 134 ◦ green 229 ◦ blue 120

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

Shades of Pastel Green #86E578

Tints of Pastel Green #86E578

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

 BLUE value IS 120 (47.27% from 255) = 24.84%

R = 27.74%
G = 47.41%
B = 24.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#86E578 (or 0x86E578) is known color: Pastel Green. HEX triplet: 86, E5 and 78. RGB value is (134,229,120). Sum of RGB (Red+Green+Blue) = 134+229+120=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #86E578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E578 is #791A87. Grayscale: #BCBCBC. Windows color (decimal): -7936648 or 7923078. OLE color: 7923078.

HSL color Cylindrical-coordinate representation of color #86E578: hue angle of 112.29º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86E578 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 229 120 -
CMYK 0.41 0 0.48 0.10
HSL 112.29º 0.68% 0.68% -
HSV(B) 112.29º 0.48% 0.9% -
XYZ 41.24 62.46 27.65 -
YUV 188.17 89.53 89.36 -
System Red Green Blue C M Y K H S L
Decimal 134 229 120 0.41 0 0.48 0.10 112.29 0.68 0.68
Hex 86 E5 78 29 0 30 A 70 44 44
Octal 206 345 170 51 0 60 12 160 104 104
Binary 10000110 11100101 1111000 101001 0 110000 1010 1110000 1000100 1000100

Color Harmonies of #86E578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E578

Black with #86E578

Text Example


Text Example

White with #86E578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,229,120); }

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

background-color css

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

 a { background-color: rgb(134,229,120); }

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

border-color css

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

 span { border-color: rgb(134,229,120); }

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