Html Css Color HEX #86EE67 Pastel Green

📋 copy color: '#86EE67'

red 134 ◦ green 238 ◦ blue 103

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

Shades of Pastel Green #86EE67

Tints of Pastel Green #86EE67

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.11%

 BLUE value IS 103 (40.63% from 255) = 21.68%

R = 28.21%
G = 50.11%
B = 21.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#86EE67 (or 0x86EE67) is known color: Pastel Green. HEX triplet: 86, EE and 67. RGB value is (134,238,103). Sum of RGB (Red+Green+Blue) = 134+238+103=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EE67 is #791198. Grayscale: #BFBFBF. Windows color (decimal): -7934361 or 6811270. OLE color: 6811270.

HSL color Cylindrical-coordinate representation of color #86EE67: hue angle of 106.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86EE67 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 238 103 -
CMYK 0.44 0 0.57 0.07
HSL 106.22º 0.8% 0.67% -
HSV(B) 106.22º 0.57% 0.93% -
XYZ 42.85 67.2 23.54 -
YUV 191.51 78.04 86.98 -
System Red Green Blue C M Y K H S L
Decimal 134 238 103 0.44 0 0.57 0.07 106.22 0.8 0.67
Hex 86 EE 67 2C 0 39 7 6A 50 43
Octal 206 356 147 54 0 71 7 152 120 103
Binary 10000110 11101110 1100111 101100 0 111001 111 1101010 1010000 1000011

Color Harmonies of #86EE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EE67

Black with #86EE67

Text Example


Text Example

White with #86EE67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,238,103); }

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

background-color css

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

 a { background-color: rgb(134,238,103); }

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

border-color css

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

 span { border-color: rgb(134,238,103); }

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