Html Css Color HEX #85DB88 De York

📋 copy color: '#85DB88'

red 133 ◦ green 219 ◦ blue 136

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

Shades of De York #85DB88

Tints of De York #85DB88

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 27.25%
G = 44.88%
B = 27.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#85DB88 (or 0x85DB88) is known color: De York. HEX triplet: 85, DB and 88. RGB value is (133,219,136). Sum of RGB (Red+Green+Blue) = 133+219+136=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB88 is #7A2477. Grayscale: #B8B8B8. Windows color (decimal): -8004728 or 8969093. OLE color: 8969093.

HSL color Cylindrical-coordinate representation of color #85DB88: hue angle of 122.09º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB88 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 136 -
CMYK 0.39 0 0.38 0.14
HSL 122.09º 0.54% 0.69% -
HSV(B) 122.09º 0.39% 0.86% -
XYZ 39.45 57.43 32.3 -
YUV 183.82 101.01 91.75 -
System Red Green Blue C M Y K H S L
Decimal 133 219 136 0.39 0 0.38 0.14 122.09 0.54 0.69
Hex 85 DB 88 27 0 26 E 7A 36 45
Octal 205 333 210 47 0 46 16 172 66 105
Binary 10000101 11011011 10001000 100111 0 100110 1110 1111010 110110 1000101

Color Harmonies of #85DB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB88

Black with #85DB88

Text Example


Text Example

White with #85DB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,219,136); }

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

background-color css

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

 a { background-color: rgb(133,219,136); }

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

border-color css

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

 span { border-color: rgb(133,219,136); }

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