Html Css Color HEX #85D884 De York

📋 copy color: '#85D884'

red 133 ◦ green 216 ◦ blue 132

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

Shades of De York #85D884

Tints of De York #85D884

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.91%

 BLUE value IS 132 (51.95% from 255) = 27.44%

R = 27.65%
G = 44.91%
B = 27.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#85D884 (or 0x85D884) is known color: De York. HEX triplet: 85, D8 and 84. RGB value is (133,216,132). Sum of RGB (Red+Green+Blue) = 133+216+132=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #85D884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D884 is #7A277B. Grayscale: #B5B5B5. Windows color (decimal): -8005500 or 8706181. OLE color: 8706181.

HSL color Cylindrical-coordinate representation of color #85D884: hue angle of 119.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D884 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 132 -
CMYK 0.38 0 0.39 0.15
HSL 119.29º 0.52% 0.68% -
HSV(B) 119.29º 0.39% 0.85% -
XYZ 38.39 55.76 30.57 -
YUV 181.61 100 93.33 -
System Red Green Blue C M Y K H S L
Decimal 133 216 132 0.38 0 0.39 0.15 119.29 0.52 0.68
Hex 85 D8 84 26 0 27 F 77 34 44
Octal 205 330 204 46 0 47 17 167 64 104
Binary 10000101 11011000 10000100 100110 0 100111 1111 1110111 110100 1000100

Color Harmonies of #85D884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D884

Black with #85D884

Text Example


Text Example

White with #85D884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,216,132); }

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

background-color css

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

 a { background-color: rgb(133,216,132); }

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

border-color css

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

 span { border-color: rgb(133,216,132); }

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