Html Css Color HEX #85DB90 De York

📋 copy color: '#85DB90'

red 133 ◦ green 219 ◦ blue 144

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

Shades of De York #85DB90

Tints of De York #85DB90

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 26.81%
G = 44.15%
B = 29.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#85DB90 (or 0x85DB90) is known color: De York. HEX triplet: 85, DB and 90. RGB value is (133,219,144). Sum of RGB (Red+Green+Blue) = 133+219+144=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB90 is #7A246F. Grayscale: #B8B8B8. Windows color (decimal): -8004720 or 9493381. OLE color: 9493381.

HSL color Cylindrical-coordinate representation of color #85DB90: hue angle of 127.67º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB90 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 144 -
CMYK 0.39 0 0.34 0.14
HSL 127.67º 0.54% 0.69% -
HSV(B) 127.67º 0.39% 0.86% -
XYZ 40.04 57.66 35.41 -
YUV 184.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 133 219 144 0.39 0 0.34 0.14 127.67 0.54 0.69
Hex 85 DB 90 27 0 22 E 80 36 45
Octal 205 333 220 47 0 42 16 200 66 105
Binary 10000101 11011011 10010000 100111 0 100010 1110 10000000 110110 1000101

Color Harmonies of #85DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB90

Black with #85DB90

Text Example


Text Example

White with #85DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,219,144); }

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

background-color css

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

 a { background-color: rgb(133,219,144); }

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

border-color css

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

 span { border-color: rgb(133,219,144); }

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