Html Css Color HEX #85CD8C De York

📋 copy color: '#85CD8C'

red 133 ◦ green 205 ◦ blue 140

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

Shades of De York #85CD8C

Tints of De York #85CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 27.82%
G = 42.89%
B = 29.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#85CD8C (or 0x85CD8C) is known color: De York. HEX triplet: 85, CD and 8C. RGB value is (133,205,140). Sum of RGB (Red+Green+Blue) = 133+205+140=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CD8C is #7A3273. Grayscale: #B0B0B0. Windows color (decimal): -8008308 or 9227653. OLE color: 9227653.

HSL color Cylindrical-coordinate representation of color #85CD8C: hue angle of 125.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CD8C is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 205 140 -
CMYK 0.35 0 0.32 0.20
HSL 125.83º 0.42% 0.66% -
HSV(B) 125.83º 0.35% 0.8% -
XYZ 36.24 50.54 32.66 -
YUV 176.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 133 205 140 0.35 0 0.32 0.20 125.83 0.42 0.66
Hex 85 CD 8C 23 0 20 14 7E 2A 42
Octal 205 315 214 43 0 40 24 176 52 102
Binary 10000101 11001101 10001100 100011 0 100000 10100 1111110 101010 1000010

Color Harmonies of #85CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CD8C

Black with #85CD8C

Text Example


Text Example

White with #85CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,205,140); }

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

background-color css

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

 a { background-color: rgb(133,205,140); }

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

border-color css

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

 span { border-color: rgb(133,205,140); }

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