Html Css Color HEX #85D983 De York

📋 copy color: '#85D983'

red 133 ◦ green 217 ◦ blue 131

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

Shades of De York #85D983

Tints of De York #85D983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 27.65%
G = 45.11%
B = 27.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#85D983 (or 0x85D983) is known color: De York. HEX triplet: 85, D9 and 83. RGB value is (133,217,131). Sum of RGB (Red+Green+Blue) = 133+217+131=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #85D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D983 is #7A267C. Grayscale: #B6B6B6. Windows color (decimal): -8005245 or 8640901. OLE color: 8640901.

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

Color convert

RGB 133 217 131 -
CMYK 0.39 0 0.40 0.15
HSL 118.6º 0.53% 0.68% -
HSV(B) 118.6º 0.4% 0.85% -
XYZ 38.58 56.25 30.3 -
YUV 182.08 99.17 92.99 -
System Red Green Blue C M Y K H S L
Decimal 133 217 131 0.39 0 0.40 0.15 118.6 0.53 0.68
Hex 85 D9 83 27 0 28 F 77 35 44
Octal 205 331 203 47 0 50 17 167 65 104
Binary 10000101 11011001 10000011 100111 0 101000 1111 1110111 110101 1000100

Color Harmonies of #85D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D983

Black with #85D983

Text Example


Text Example

White with #85D983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,217,131); }

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

background-color css

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

 a { background-color: rgb(133,217,131); }

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

border-color css

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

 span { border-color: rgb(133,217,131); }

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