Html Css Color HEX #85DC87 De York

📋 copy color: '#85DC87'

red 133 ◦ green 220 ◦ blue 135

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

Shades of De York #85DC87

Tints of De York #85DC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.66%

R = 27.25%
G = 45.08%
B = 27.66%

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

#85DC87 (or 0x85DC87) is known color: De York. HEX triplet: 85, DC and 87. RGB value is (133,220,135). Sum of RGB (Red+Green+Blue) = 133+220+135=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC87 is #7A2378. Grayscale: #B8B8B8. Windows color (decimal): -8004473 or 8903813. OLE color: 8903813.

HSL color Cylindrical-coordinate representation of color #85DC87: hue angle of 121.38º 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 #85DC87 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 135 -
CMYK 0.40 0 0.39 0.14
HSL 121.38º 0.55% 0.69% -
HSV(B) 121.38º 0.4% 0.86% -
XYZ 39.64 57.92 32.01 -
YUV 184.3 100.18 91.41 -
System Red Green Blue C M Y K H S L
Decimal 133 220 135 0.40 0 0.39 0.14 121.38 0.55 0.69
Hex 85 DC 87 28 0 27 E 79 37 45
Octal 205 334 207 50 0 47 16 171 67 105
Binary 10000101 11011100 10000111 101000 0 100111 1110 1111001 110111 1000101

Color Harmonies of #85DC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC87

Black with #85DC87

Text Example


Text Example

White with #85DC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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