Html Css Color HEX #85D28C De York

📋 copy color: '#85D28C'

red 133 ◦ green 210 ◦ blue 140

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

Shades of De York #85D28C

Tints of De York #85D28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.48%

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

R = 27.54%
G = 43.48%
B = 28.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#85D28C (or 0x85D28C) is known color: De York. HEX triplet: 85, D2 and 8C. RGB value is (133,210,140). Sum of RGB (Red+Green+Blue) = 133+210+140=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #85D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D28C is #7A2D73. Grayscale: #B3B3B3. Windows color (decimal): -8007028 or 9228933. OLE color: 9228933.

HSL color Cylindrical-coordinate representation of color #85D28C: hue angle of 125.45º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D28C is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 210 140 -
CMYK 0.37 0 0.33 0.18
HSL 125.45º 0.46% 0.67% -
HSV(B) 125.45º 0.37% 0.82% -
XYZ 37.45 52.97 33.06 -
YUV 179 105.99 95.19 -
System Red Green Blue C M Y K H S L
Decimal 133 210 140 0.37 0 0.33 0.18 125.45 0.46 0.67
Hex 85 D2 8C 25 0 21 12 7D 2E 43
Octal 205 322 214 45 0 41 22 175 56 103
Binary 10000101 11010010 10001100 100101 0 100001 10010 1111101 101110 1000011

Color Harmonies of #85D28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D28C

Black with #85D28C

Text Example


Text Example

White with #85D28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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