Html Css Color HEX #86E362 Pastel Green

📋 copy color: '#86E362'

red 134 ◦ green 227 ◦ blue 98

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

Shades of Pastel Green #86E362

Tints of Pastel Green #86E362

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.46%

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

R = 29.19%
G = 49.46%
B = 21.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#86E362 (or 0x86E362) is known color: Pastel Green. HEX triplet: 86, E3 and 62. RGB value is (134,227,98). Sum of RGB (Red+Green+Blue) = 134+227+98=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #86E362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E362 is #791C9D. Grayscale: #B8B8B8. Windows color (decimal): -7937182 or 6480774. OLE color: 6480774.

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

Color convert

RGB 134 227 98 -
CMYK 0.41 0 0.57 0.11
HSL 103.26º 0.7% 0.64% -
HSV(B) 103.26º 0.57% 0.89% -
XYZ 39.51 60.89 21.23 -
YUV 184.49 79.19 91.99 -
System Red Green Blue C M Y K H S L
Decimal 134 227 98 0.41 0 0.57 0.11 103.26 0.7 0.64
Hex 86 E3 62 29 0 39 B 67 46 40
Octal 206 343 142 51 0 71 13 147 106 100
Binary 10000110 11100011 1100010 101001 0 111001 1011 1100111 1000110 1000000

Color Harmonies of #86E362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E362

Black with #86E362

Text Example


Text Example

White with #86E362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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