Html Css Color HEX #85DB96 De York

📋 copy color: '#85DB96'

red 133 ◦ green 219 ◦ blue 150

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

Shades of De York #85DB96

Tints of De York #85DB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 26.49%
G = 43.63%
B = 29.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#85DB96 (or 0x85DB96) is known color: De York. HEX triplet: 85, DB and 96. RGB value is (133,219,150). Sum of RGB (Red+Green+Blue) = 133+219+150=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB96 is #7A2469. Grayscale: #B9B9B9. Windows color (decimal): -8004714 or 9886597. OLE color: 9886597.

HSL color Cylindrical-coordinate representation of color #85DB96: hue angle of 131.86º 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 #85DB96 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 150 -
CMYK 0.39 0 0.32 0.14
HSL 131.86º 0.54% 0.69% -
HSV(B) 131.86º 0.39% 0.86% -
XYZ 40.51 57.85 37.89 -
YUV 185.42 108.01 90.61 -
System Red Green Blue C M Y K H S L
Decimal 133 219 150 0.39 0 0.32 0.14 131.86 0.54 0.69
Hex 85 DB 96 27 0 20 E 84 36 45
Octal 205 333 226 47 0 40 16 204 66 105
Binary 10000101 11011011 10010110 100111 0 100000 1110 10000100 110110 1000101

Color Harmonies of #85DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB96

Black with #85DB96

Text Example


Text Example

White with #85DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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