Html Css Color HEX #85DB8B De York

📋 copy color: '#85DB8B'

red 133 ◦ green 219 ◦ blue 139

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

Shades of De York #85DB8B

Tints of De York #85DB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 27.09%
G = 44.6%
B = 28.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#85DB8B (or 0x85DB8B) is known color: De York. HEX triplet: 85, DB and 8B. RGB value is (133,219,139). Sum of RGB (Red+Green+Blue) = 133+219+139=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB8B is #7A2474. Grayscale: #B8B8B8. Windows color (decimal): -8004725 or 9165701. OLE color: 9165701.

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

Color convert

RGB 133 219 139 -
CMYK 0.39 0 0.37 0.14
HSL 124.19º 0.54% 0.69% -
HSV(B) 124.19º 0.39% 0.86% -
XYZ 39.66 57.51 33.44 -
YUV 184.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 133 219 139 0.39 0 0.37 0.14 124.19 0.54 0.69
Hex 85 DB 8B 27 0 25 E 7C 36 45
Octal 205 333 213 47 0 45 16 174 66 105
Binary 10000101 11011011 10001011 100111 0 100101 1110 1111100 110110 1000101

Color Harmonies of #85DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB8B

Black with #85DB8B

Text Example


Text Example

White with #85DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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