Html Css Color HEX #85DD89 De York

📋 copy color: '#85DD89'

red 133 ◦ green 221 ◦ blue 137

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

Shades of De York #85DD89

Tints of De York #85DD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

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

R = 27.09%
G = 45.01%
B = 27.9%

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

#85DD89 (or 0x85DD89) is known color: De York. HEX triplet: 85, DD and 89. RGB value is (133,221,137). Sum of RGB (Red+Green+Blue) = 133+221+137=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD89 is #7A2276. Grayscale: #B9B9B9. Windows color (decimal): -8004215 or 9035141. OLE color: 9035141.

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

Color convert

RGB 133 221 137 -
CMYK 0.40 0 0.38 0.13
HSL 122.73º 0.56% 0.69% -
HSV(B) 122.73º 0.4% 0.87% -
XYZ 40.04 58.51 32.85 -
YUV 185.11 100.85 90.83 -
System Red Green Blue C M Y K H S L
Decimal 133 221 137 0.40 0 0.38 0.13 122.73 0.56 0.69
Hex 85 DD 89 28 0 26 D 7B 38 45
Octal 205 335 211 50 0 46 15 173 70 105
Binary 10000101 11011101 10001001 101000 0 100110 1101 1111011 111000 1000101

Color Harmonies of #85DD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD89

Black with #85DD89

Text Example


Text Example

White with #85DD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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