Html Css Color HEX #86CE75 De York

📋 copy color: '#86CE75'

red 134 ◦ green 206 ◦ blue 117

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

Shades of De York #86CE75

Tints of De York #86CE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.08%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 29.32%
G = 45.08%
B = 25.6%

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

#86CE75 (or 0x86CE75) is known color: De York. HEX triplet: 86, CE and 75. RGB value is (134,206,117). Sum of RGB (Red+Green+Blue) = 134+206+117=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE75 is #79318A. Grayscale: #AEAEAE. Windows color (decimal): -7942539 or 7720582. OLE color: 7720582.

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

Color convert

RGB 134 206 117 -
CMYK 0.35 0 0.43 0.19
HSL 108.54º 0.48% 0.63% -
HSV(B) 108.54º 0.43% 0.81% -
XYZ 35.11 50.5 24.73 -
YUV 174.33 95.65 99.24 -
System Red Green Blue C M Y K H S L
Decimal 134 206 117 0.35 0 0.43 0.19 108.54 0.48 0.63
Hex 86 CE 75 23 0 2B 13 6D 30 3F
Octal 206 316 165 43 0 53 23 155 60 77
Binary 10000110 11001110 1110101 100011 0 101011 10011 1101101 110000 111111

Color Harmonies of #86CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE75

Black with #86CE75

Text Example


Text Example

White with #86CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,206,117); }

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

background-color css

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

 a { background-color: rgb(134,206,117); }

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

border-color css

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

 span { border-color: rgb(134,206,117); }

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