Html Css Color HEX #85D088 De York

📋 copy color: '#85D088'

red 133 ◦ green 208 ◦ blue 136

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

Shades of De York #85D088

Tints of De York #85D088

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.61%

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

R = 27.88%
G = 43.61%
B = 28.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#85D088 (or 0x85D088) is known color: De York. HEX triplet: 85, D0 and 88. RGB value is (133,208,136). Sum of RGB (Red+Green+Blue) = 133+208+136=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #85D088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D088 is #7A2F77. Grayscale: #B1B1B1. Windows color (decimal): -8007544 or 8966277. OLE color: 8966277.

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

Color convert

RGB 133 208 136 -
CMYK 0.36 0 0.35 0.18
HSL 122.4º 0.44% 0.67% -
HSV(B) 122.4º 0.36% 0.82% -
XYZ 36.67 51.88 31.37 -
YUV 177.37 104.65 96.35 -
System Red Green Blue C M Y K H S L
Decimal 133 208 136 0.36 0 0.35 0.18 122.4 0.44 0.67
Hex 85 D0 88 24 0 23 12 7A 2C 43
Octal 205 320 210 44 0 43 22 172 54 103
Binary 10000101 11010000 10001000 100100 0 100011 10010 1111010 101100 1000011

Color Harmonies of #85D088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D088

Black with #85D088

Text Example


Text Example

White with #85D088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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