Html Css Color HEX #85CD8D De York

📋 copy color: '#85CD8D'

red 133 ◦ green 205 ◦ blue 141

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

Shades of De York #85CD8D

Tints of De York #85CD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 27.77%
G = 42.8%
B = 29.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#85CD8D (or 0x85CD8D) is known color: De York. HEX triplet: 85, CD and 8D. RGB value is (133,205,141). Sum of RGB (Red+Green+Blue) = 133+205+141=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CD8D is #7A3272. Grayscale: #B0B0B0. Windows color (decimal): -8008307 or 9293189. OLE color: 9293189.

HSL color Cylindrical-coordinate representation of color #85CD8D: hue angle of 126.67º 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 #85CD8D is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 205 141 -
CMYK 0.35 0 0.31 0.20
HSL 126.67º 0.42% 0.66% -
HSV(B) 126.67º 0.35% 0.8% -
XYZ 36.31 50.57 33.05 -
YUV 176.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 133 205 141 0.35 0 0.31 0.20 126.67 0.42 0.66
Hex 85 CD 8D 23 0 1F 14 7F 2A 42
Octal 205 315 215 43 0 37 24 177 52 102
Binary 10000101 11001101 10001101 100011 0 11111 10100 1111111 101010 1000010

Color Harmonies of #85CD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CD8D

Black with #85CD8D

Text Example


Text Example

White with #85CD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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