Html Css Color HEX #85D98B De York

📋 copy color: '#85D98B'

red 133 ◦ green 217 ◦ blue 139

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

Shades of De York #85D98B

Tints of De York #85D98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 27.2%
G = 44.38%
B = 28.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#85D98B (or 0x85D98B) is known color: De York. HEX triplet: 85, D9 and 8B. RGB value is (133,217,139). Sum of RGB (Red+Green+Blue) = 133+217+139=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #85D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D98B is #7A2674. Grayscale: #B7B7B7. Windows color (decimal): -8005237 or 9165189. OLE color: 9165189.

HSL color Cylindrical-coordinate representation of color #85D98B: hue angle of 124.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D98B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 217 139 -
CMYK 0.39 0 0.36 0.15
HSL 124.29º 0.53% 0.69% -
HSV(B) 124.29º 0.39% 0.85% -
XYZ 39.15 56.48 33.26 -
YUV 182.99 103.17 92.34 -
System Red Green Blue C M Y K H S L
Decimal 133 217 139 0.39 0 0.36 0.15 124.29 0.53 0.69
Hex 85 D9 8B 27 0 24 F 7C 34 45
Octal 205 331 213 47 0 44 17 174 64 105
Binary 10000101 11011001 10001011 100111 0 100100 1111 1111100 110100 1000101

Color Harmonies of #85D98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D98B

Black with #85D98B

Text Example


Text Example

White with #85D98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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