Html Css Color HEX #86CE7B De York

📋 copy color: '#86CE7B'

red 134 ◦ green 206 ◦ blue 123

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

Shades of De York #86CE7B

Tints of De York #86CE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 28.94%
G = 44.49%
B = 26.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#86CE7B (or 0x86CE7B) is known color: De York. HEX triplet: 86, CE and 7B. RGB value is (134,206,123). Sum of RGB (Red+Green+Blue) = 134+206+123=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE7B is #793184. Grayscale: #AFAFAF. Windows color (decimal): -7942533 or 8113798. OLE color: 8113798.

HSL color Cylindrical-coordinate representation of color #86CE7B: hue angle of 112.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86CE7B is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 206 123 -
CMYK 0.35 0 0.40 0.19
HSL 112.05º 0.46% 0.65% -
HSV(B) 112.05º 0.4% 0.81% -
XYZ 35.48 50.64 26.64 -
YUV 175.01 98.65 98.75 -
System Red Green Blue C M Y K H S L
Decimal 134 206 123 0.35 0 0.40 0.19 112.05 0.46 0.65
Hex 86 CE 7B 23 0 28 13 70 2E 41
Octal 206 316 173 43 0 50 23 160 56 101
Binary 10000110 11001110 1111011 100011 0 101000 10011 1110000 101110 1000001

Color Harmonies of #86CE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE7B

Black with #86CE7B

Text Example


Text Example

White with #86CE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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