Html Css Color HEX #86CF76 De York

📋 copy color: '#86CF76'

red 134 ◦ green 207 ◦ blue 118

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

Shades of De York #86CF76

Tints of De York #86CF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 29.19%
G = 45.1%
B = 25.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#86CF76 (or 0x86CF76) is known color: De York. HEX triplet: 86, CF and 76. RGB value is (134,207,118). Sum of RGB (Red+Green+Blue) = 134+207+118=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF76 is #793089. Grayscale: #AFAFAF. Windows color (decimal): -7942282 or 7786374. OLE color: 7786374.

HSL color Cylindrical-coordinate representation of color #86CF76: hue angle of 109.21º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86CF76 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 207 118 -
CMYK 0.35 0 0.43 0.19
HSL 109.21º 0.48% 0.64% -
HSV(B) 109.21º 0.43% 0.81% -
XYZ 35.41 51 25.12 -
YUV 175.03 95.82 98.74 -
System Red Green Blue C M Y K H S L
Decimal 134 207 118 0.35 0 0.43 0.19 109.21 0.48 0.64
Hex 86 CF 76 23 0 2B 13 6D 30 40
Octal 206 317 166 43 0 53 23 155 60 100
Binary 10000110 11001111 1110110 100011 0 101011 10011 1101101 110000 1000000

Color Harmonies of #86CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF76

Black with #86CF76

Text Example


Text Example

White with #86CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,207,118); }

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

background-color css

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

 a { background-color: rgb(134,207,118); }

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

border-color css

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

 span { border-color: rgb(134,207,118); }

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