Html Css Color HEX #86D385 De York

📋 copy color: '#86D385'

red 134 ◦ green 211 ◦ blue 133

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

Shades of De York #86D385

Tints of De York #86D385

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.14%

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 28.03%
G = 44.14%
B = 27.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#86D385 (or 0x86D385) is known color: De York. HEX triplet: 86, D3 and 85. RGB value is (134,211,133). Sum of RGB (Red+Green+Blue) = 134+211+133=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #86D385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D385 is #792C7A. Grayscale: #B3B3B3. Windows color (decimal): -7941243 or 8770438. OLE color: 8770438.

HSL color Cylindrical-coordinate representation of color #86D385: hue angle of 119.23º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D385 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 133 -
CMYK 0.36 0 0.37 0.17
HSL 119.23º 0.47% 0.67% -
HSV(B) 119.23º 0.37% 0.83% -
XYZ 37.36 53.35 30.52 -
YUV 179.09 101.99 95.84 -
System Red Green Blue C M Y K H S L
Decimal 134 211 133 0.36 0 0.37 0.17 119.23 0.47 0.67
Hex 86 D3 85 24 0 25 11 77 2F 43
Octal 206 323 205 44 0 45 21 167 57 103
Binary 10000110 11010011 10000101 100100 0 100101 10001 1110111 101111 1000011

Color Harmonies of #86D385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D385

Black with #86D385

Text Example


Text Example

White with #86D385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,211,133); }

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

background-color css

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

 a { background-color: rgb(134,211,133); }

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

border-color css

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

 span { border-color: rgb(134,211,133); }

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