Html Css Color HEX #85C88C De York

📋 copy color: '#85C88C'

red 133 ◦ green 200 ◦ blue 140

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

Shades of De York #85C88C

Tints of De York #85C88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

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

R = 28.12%
G = 42.28%
B = 29.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#85C88C (or 0x85C88C) is known color: De York. HEX triplet: 85, C8 and 8C. RGB value is (133,200,140). Sum of RGB (Red+Green+Blue) = 133+200+140=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #85C88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C88C is #7A3773. Grayscale: #ADADAD. Windows color (decimal): -8009588 or 9226373. OLE color: 9226373.

HSL color Cylindrical-coordinate representation of color #85C88C: hue angle of 126.27º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C88C is Cyan = 0.34, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 200 140 -
CMYK 0.34 0 0.3 0.22
HSL 126.27º 0.38% 0.65% -
HSV(B) 126.27º 0.34% 0.78% -
XYZ 35.06 48.19 32.26 -
YUV 173.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 133 200 140 0.34 0 0.3 0.22 126.27 0.38 0.65
Hex 85 C8 8C 22 0 1E 16 7E 26 41
Octal 205 310 214 42 0 36 26 176 46 101
Binary 10000101 11001000 10001100 100010 0 11110 10110 1111110 100110 1000001

Color Harmonies of #85C88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C88C

Black with #85C88C

Text Example


Text Example

White with #85C88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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