Html Css Color HEX #86CA7C De York

📋 copy color: '#86CA7C'

red 134 ◦ green 202 ◦ blue 124

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

Shades of De York #86CA7C

Tints of De York #86CA7C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

 BLUE value IS 124 (48.83% from 255) = 26.96%

R = 29.13%
G = 43.91%
B = 26.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#86CA7C (or 0x86CA7C) is known color: De York. HEX triplet: 86, CA and 7C. RGB value is (134,202,124). Sum of RGB (Red+Green+Blue) = 134+202+124=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA7C is #793583. Grayscale: #ADADAD. Windows color (decimal): -7943556 or 8178310. OLE color: 8178310.

HSL color Cylindrical-coordinate representation of color #86CA7C: hue angle of 112.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86CA7C is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 124 -
CMYK 0.34 0 0.39 0.21
HSL 112.31º 0.42% 0.64% -
HSV(B) 112.31º 0.39% 0.79% -
XYZ 34.59 48.76 26.66 -
YUV 172.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 134 202 124 0.34 0 0.39 0.21 112.31 0.42 0.64
Hex 86 CA 7C 22 0 27 15 70 2A 40
Octal 206 312 174 42 0 47 25 160 52 100
Binary 10000110 11001010 1111100 100010 0 100111 10101 1110000 101010 1000000

Color Harmonies of #86CA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA7C

Black with #86CA7C

Text Example


Text Example

White with #86CA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,202,124); }

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

background-color css

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

 a { background-color: rgb(134,202,124); }

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

border-color css

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

 span { border-color: rgb(134,202,124); }

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