Html Css Color HEX #86E562 Pastel Green

📋 copy color: '#86E562'

red 134 ◦ green 229 ◦ blue 98

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

Shades of Pastel Green #86E562

Tints of Pastel Green #86E562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 29.07%
G = 49.67%
B = 21.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#86E562 (or 0x86E562) is known color: Pastel Green. HEX triplet: 86, E5 and 62. RGB value is (134,229,98). Sum of RGB (Red+Green+Blue) = 134+229+98=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #86E562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E562 is #791A9D. Grayscale: #BABABA. Windows color (decimal): -7936670 or 6481286. OLE color: 6481286.

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

Color convert

RGB 134 229 98 -
CMYK 0.41 0 0.57 0.10
HSL 103.51º 0.72% 0.64% -
HSV(B) 103.51º 0.57% 0.9% -
XYZ 40.06 61.99 21.41 -
YUV 185.66 78.53 91.15 -
System Red Green Blue C M Y K H S L
Decimal 134 229 98 0.41 0 0.57 0.10 103.51 0.72 0.64
Hex 86 E5 62 29 0 39 A 68 48 40
Octal 206 345 142 51 0 71 12 150 110 100
Binary 10000110 11100101 1100010 101001 0 111001 1010 1101000 1001000 1000000

Color Harmonies of #86E562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E562

Black with #86E562

Text Example


Text Example

White with #86E562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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