Html Css Color HEX #85DC86 De York

📋 copy color: '#85DC86'

red 133 ◦ green 220 ◦ blue 134

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

Shades of De York #85DC86

Tints of De York #85DC86

RGB

 RED value IS 133 (52.34% from 255) = 27.31%

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 27.31%
G = 45.17%
B = 27.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#85DC86 (or 0x85DC86) is known color: De York. HEX triplet: 85, DC and 86. RGB value is (133,220,134). Sum of RGB (Red+Green+Blue) = 133+220+134=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC86 is #7A2379. Grayscale: #B8B8B8. Windows color (decimal): -8004474 or 8838277. OLE color: 8838277.

HSL color Cylindrical-coordinate representation of color #85DC86: hue angle of 120.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC86 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 134 -
CMYK 0.40 0 0.39 0.14
HSL 120.69º 0.55% 0.69% -
HSV(B) 120.69º 0.4% 0.86% -
XYZ 39.57 57.89 31.64 -
YUV 184.18 99.68 91.49 -
System Red Green Blue C M Y K H S L
Decimal 133 220 134 0.40 0 0.39 0.14 120.69 0.55 0.69
Hex 85 DC 86 28 0 27 E 79 37 45
Octal 205 334 206 50 0 47 16 171 67 105
Binary 10000101 11011100 10000110 101000 0 100111 1110 1111001 110111 1000101

Color Harmonies of #85DC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC86

Black with #85DC86

Text Example


Text Example

White with #85DC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DC86; }

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

 H1.HeaderClassName
 {
   color: #85DC86;
 }
 .AnyTagClassName
 {
   color: #85DC86;
 }
</style>

background-color css

<style>
 a { background-color: #85DC86; }

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

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

border-color css

<style>
 span { border-color: #85DC86; }

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

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