Html Css Color HEX #85DE89 De York

📋 copy color: '#85DE89'

red 133 ◦ green 222 ◦ blue 137

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

Shades of De York #85DE89

Tints of De York #85DE89

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

 BLUE value IS 137 (53.91% from 255) = 27.85%

R = 27.03%
G = 45.12%
B = 27.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#85DE89 (or 0x85DE89) is known color: De York. HEX triplet: 85, DE and 89. RGB value is (133,222,137). Sum of RGB (Red+Green+Blue) = 133+222+137=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DE89 is #7A2176. Grayscale: #B9B9B9. Windows color (decimal): -8003959 or 9035397. OLE color: 9035397.

HSL color Cylindrical-coordinate representation of color #85DE89: hue angle of 122.7º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DE89 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 222 137 -
CMYK 0.40 0 0.38 0.13
HSL 122.7º 0.57% 0.7% -
HSV(B) 122.7º 0.4% 0.87% -
XYZ 40.31 59.04 32.94 -
YUV 185.7 100.51 90.41 -
System Red Green Blue C M Y K H S L
Decimal 133 222 137 0.40 0 0.38 0.13 122.7 0.57 0.7
Hex 85 DE 89 28 0 26 D 7B 39 46
Octal 205 336 211 50 0 46 15 173 71 106
Binary 10000101 11011110 10001001 101000 0 100110 1101 1111011 111001 1000110

Color Harmonies of #85DE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DE89

Black with #85DE89

Text Example


Text Example

White with #85DE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,222,137); }

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

background-color css

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

 a { background-color: rgb(133,222,137); }

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

border-color css

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

 span { border-color: rgb(133,222,137); }

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