Html Css Color HEX #85DC89 De York

📋 copy color: '#85DC89'

red 133 ◦ green 220 ◦ blue 137

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

Shades of De York #85DC89

Tints of De York #85DC89

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 27.14%
G = 44.9%
B = 27.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#85DC89 (or 0x85DC89) is known color: De York. HEX triplet: 85, DC and 89. RGB value is (133,220,137). Sum of RGB (Red+Green+Blue) = 133+220+137=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC89 is #7A2376. Grayscale: #B8B8B8. Windows color (decimal): -8004471 or 9034885. OLE color: 9034885.

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

Color convert

RGB 133 220 137 -
CMYK 0.40 0 0.38 0.14
HSL 122.76º 0.55% 0.69% -
HSV(B) 122.76º 0.4% 0.86% -
XYZ 39.78 57.98 32.76 -
YUV 184.53 101.18 91.25 -
System Red Green Blue C M Y K H S L
Decimal 133 220 137 0.40 0 0.38 0.14 122.76 0.55 0.69
Hex 85 DC 89 28 0 26 E 7B 37 45
Octal 205 334 211 50 0 46 16 173 67 105
Binary 10000101 11011100 10001001 101000 0 100110 1110 1111011 110111 1000101

Color Harmonies of #85DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC89

Black with #85DC89

Text Example


Text Example

White with #85DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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