Html Css Color HEX #86E968 Pastel Green

📋 copy color: '#86E968'

red 134 ◦ green 233 ◦ blue 104

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

Shades of Pastel Green #86E968

Tints of Pastel Green #86E968

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.47%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 28.45%
G = 49.47%
B = 22.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#86E968 (or 0x86E968) is known color: Pastel Green. HEX triplet: 86, E9 and 68. RGB value is (134,233,104). Sum of RGB (Red+Green+Blue) = 134+233+104=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #86E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E968 is #791697. Grayscale: #BDBDBD. Windows color (decimal): -7935640 or 6875526. OLE color: 6875526.

HSL color Cylindrical-coordinate representation of color #86E968: hue angle of 106.05º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86E968 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 233 104 -
CMYK 0.42 0 0.55 0.09
HSL 106.05º 0.75% 0.66% -
HSV(B) 106.05º 0.55% 0.91% -
XYZ 41.47 64.35 23.33 -
YUV 188.69 80.2 88.99 -
System Red Green Blue C M Y K H S L
Decimal 134 233 104 0.42 0 0.55 0.09 106.05 0.75 0.66
Hex 86 E9 68 2A 0 37 9 6A 4B 42
Octal 206 351 150 52 0 67 11 152 113 102
Binary 10000110 11101001 1101000 101010 0 110111 1001 1101010 1001011 1000010

Color Harmonies of #86E968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E968

Black with #86E968

Text Example


Text Example

White with #86E968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,233,104); }

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

background-color css

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

 a { background-color: rgb(134,233,104); }

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

border-color css

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

 span { border-color: rgb(134,233,104); }

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