Html Css Color HEX #85DB93 De York

📋 copy color: '#85DB93'

red 133 ◦ green 219 ◦ blue 147

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

Shades of De York #85DB93

Tints of De York #85DB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.46%

R = 26.65%
G = 43.89%
B = 29.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#85DB93 (or 0x85DB93) is known color: De York. HEX triplet: 85, DB and 93. RGB value is (133,219,147). Sum of RGB (Red+Green+Blue) = 133+219+147=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB93 is #7A246C. Grayscale: #B9B9B9. Windows color (decimal): -8004717 or 9689989. OLE color: 9689989.

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

Color convert

RGB 133 219 147 -
CMYK 0.39 0 0.33 0.14
HSL 129.77º 0.54% 0.69% -
HSV(B) 129.77º 0.39% 0.86% -
XYZ 40.27 57.76 36.63 -
YUV 185.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 133 219 147 0.39 0 0.33 0.14 129.77 0.54 0.69
Hex 85 DB 93 27 0 21 E 82 36 45
Octal 205 333 223 47 0 41 16 202 66 105
Binary 10000101 11011011 10010011 100111 0 100001 1110 10000010 110110 1000101

Color Harmonies of #85DB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB93

Black with #85DB93

Text Example


Text Example

White with #85DB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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