Html Css Color HEX #85DA89 De York

📋 copy color: '#85DA89'

red 133 ◦ green 218 ◦ blue 137

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

Shades of De York #85DA89

Tints of De York #85DA89

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

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

R = 27.25%
G = 44.67%
B = 28.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#85DA89 (or 0x85DA89) is known color: De York. HEX triplet: 85, DA and 89. RGB value is (133,218,137). Sum of RGB (Red+Green+Blue) = 133+218+137=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA89 is #7A2576. Grayscale: #B7B7B7. Windows color (decimal): -8004983 or 9034373. OLE color: 9034373.

HSL color Cylindrical-coordinate representation of color #85DA89: hue angle of 122.82º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DA89 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 137 -
CMYK 0.39 0 0.37 0.15
HSL 122.82º 0.53% 0.69% -
HSV(B) 122.82º 0.39% 0.85% -
XYZ 39.26 56.94 32.59 -
YUV 183.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 133 218 137 0.39 0 0.37 0.15 122.82 0.53 0.69
Hex 85 DA 89 27 0 25 F 7B 35 45
Octal 205 332 211 47 0 45 17 173 65 105
Binary 10000101 11011010 10001001 100111 0 100101 1111 1111011 110101 1000101

Color Harmonies of #85DA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA89

Black with #85DA89

Text Example


Text Example

White with #85DA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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