Html Css Color HEX #86D285 De York

📋 copy color: '#86D285'

red 134 ◦ green 210 ◦ blue 133

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

Shades of De York #86D285

Tints of De York #86D285

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

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

R = 28.09%
G = 44.03%
B = 27.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#86D285 (or 0x86D285) is known color: De York. HEX triplet: 86, D2 and 85. RGB value is (134,210,133). Sum of RGB (Red+Green+Blue) = 134+210+133=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #86D285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D285 is #792D7A. Grayscale: #B2B2B2. Windows color (decimal): -7941499 or 8770182. OLE color: 8770182.

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

Color convert

RGB 134 210 133 -
CMYK 0.36 0 0.37 0.18
HSL 119.22º 0.46% 0.67% -
HSV(B) 119.22º 0.37% 0.82% -
XYZ 37.11 52.85 30.44 -
YUV 178.5 102.32 96.26 -
System Red Green Blue C M Y K H S L
Decimal 134 210 133 0.36 0 0.37 0.18 119.22 0.46 0.67
Hex 86 D2 85 24 0 25 12 77 2E 43
Octal 206 322 205 44 0 45 22 167 56 103
Binary 10000110 11010010 10000101 100100 0 100101 10010 1110111 101110 1000011

Color Harmonies of #86D285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D285

Black with #86D285

Text Example


Text Example

White with #86D285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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