Html Css Color HEX #86CC80 De York

📋 copy color: '#86CC80'

red 134 ◦ green 204 ◦ blue 128

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

Shades of De York #86CC80

Tints of De York #86CC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

 BLUE value IS 128 (50.39% from 255) = 27.47%

R = 28.76%
G = 43.78%
B = 27.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#86CC80 (or 0x86CC80) is known color: De York. HEX triplet: 86, CC and 80. RGB value is (134,204,128). Sum of RGB (Red+Green+Blue) = 134+204+128=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC80 is #79337F. Grayscale: #AEAEAE. Windows color (decimal): -7943040 or 8440966. OLE color: 8440966.

HSL color Cylindrical-coordinate representation of color #86CC80: hue angle of 115.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86CC80 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 128 -
CMYK 0.34 0 0.37 0.2
HSL 115.26º 0.43% 0.65% -
HSV(B) 115.26º 0.37% 0.8% -
XYZ 35.32 49.81 28.18 -
YUV 174.41 101.81 99.18 -
System Red Green Blue C M Y K H S L
Decimal 134 204 128 0.34 0 0.37 0.2 115.26 0.43 0.65
Hex 86 CC 80 22 0 25 14 73 2B 41
Octal 206 314 200 42 0 45 24 163 53 101
Binary 10000110 11001100 10000000 100010 0 100101 10100 1110011 101011 1000001

Color Harmonies of #86CC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC80

Black with #86CC80

Text Example


Text Example

White with #86CC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,204,128); }

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

background-color css

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

 a { background-color: rgb(134,204,128); }

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

border-color css

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

 span { border-color: rgb(134,204,128); }

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