Html Css Color HEX #85D37B De York

📋 copy color: '#85D37B'

red 133 ◦ green 211 ◦ blue 123

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

Shades of De York #85D37B

Tints of De York #85D37B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 28.48%
G = 45.18%
B = 26.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#85D37B (or 0x85D37B) is known color: De York. HEX triplet: 85, D3 and 7B. RGB value is (133,211,123). Sum of RGB (Red+Green+Blue) = 133+211+123=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #85D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D37B is #7A2C84. Grayscale: #B1B1B1. Windows color (decimal): -8006789 or 8115077. OLE color: 8115077.

HSL color Cylindrical-coordinate representation of color #85D37B: hue angle of 113.18º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85D37B is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 211 123 -
CMYK 0.37 0 0.42 0.17
HSL 113.18º 0.5% 0.65% -
HSV(B) 113.18º 0.42% 0.83% -
XYZ 36.54 53.01 27.04 -
YUV 177.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 133 211 123 0.37 0 0.42 0.17 113.18 0.5 0.65
Hex 85 D3 7B 25 0 2A 11 71 32 41
Octal 205 323 173 45 0 52 21 161 62 101
Binary 10000101 11010011 1111011 100101 0 101010 10001 1110001 110010 1000001

Color Harmonies of #85D37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D37B

Black with #85D37B

Text Example


Text Example

White with #85D37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,211,123); }

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

background-color css

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

 a { background-color: rgb(133,211,123); }

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

border-color css

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

 span { border-color: rgb(133,211,123); }

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