Html Css Color HEX #86CB7C De York

📋 copy color: '#86CB7C'

red 134 ◦ green 203 ◦ blue 124

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

Shades of De York #86CB7C

Tints of De York #86CB7C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

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

R = 29.07%
G = 44.03%
B = 26.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#86CB7C (or 0x86CB7C) is known color: De York. HEX triplet: 86, CB and 7C. RGB value is (134,203,124). Sum of RGB (Red+Green+Blue) = 134+203+124=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB7C is #793483. Grayscale: #ADADAD. Windows color (decimal): -7943300 or 8178566. OLE color: 8178566.

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

Color convert

RGB 134 203 124 -
CMYK 0.34 0 0.39 0.20
HSL 112.41º 0.43% 0.64% -
HSV(B) 112.41º 0.39% 0.8% -
XYZ 34.83 49.24 26.74 -
YUV 173.36 100.14 99.92 -
System Red Green Blue C M Y K H S L
Decimal 134 203 124 0.34 0 0.39 0.20 112.41 0.43 0.64
Hex 86 CB 7C 22 0 27 14 70 2B 40
Octal 206 313 174 42 0 47 24 160 53 100
Binary 10000110 11001011 1111100 100010 0 100111 10100 1110000 101011 1000000

Color Harmonies of #86CB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CB7C

Black with #86CB7C

Text Example


Text Example

White with #86CB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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