Html Css Color HEX #86CE83 De York

📋 copy color: '#86CE83'

red 134 ◦ green 206 ◦ blue 131

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

Shades of De York #86CE83

Tints of De York #86CE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.81%

R = 28.45%
G = 43.74%
B = 27.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#86CE83 (or 0x86CE83) is known color: De York. HEX triplet: 86, CE and 83. RGB value is (134,206,131). Sum of RGB (Red+Green+Blue) = 134+206+131=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CE83 is #79317C. Grayscale: #B0B0B0. Windows color (decimal): -7942525 or 8638086. OLE color: 8638086.

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

Color convert

RGB 134 206 131 -
CMYK 0.35 0 0.36 0.19
HSL 117.6º 0.43% 0.66% -
HSV(B) 117.6º 0.36% 0.81% -
XYZ 36 50.85 29.39 -
YUV 175.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 134 206 131 0.35 0 0.36 0.19 117.6 0.43 0.66
Hex 86 CE 83 23 0 24 13 76 2B 42
Octal 206 316 203 43 0 44 23 166 53 102
Binary 10000110 11001110 10000011 100011 0 100100 10011 1110110 101011 1000010

Color Harmonies of #86CE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE83

Black with #86CE83

Text Example


Text Example

White with #86CE83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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