Html Css Color HEX #85D685 De York

📋 copy color: '#85D685'

red 133 ◦ green 214 ◦ blue 133

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

Shades of De York #85D685

Tints of De York #85D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 27.71%
G = 44.58%
B = 27.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#85D685 (or 0x85D685) is known color: De York. HEX triplet: 85, D6 and 85. RGB value is (133,214,133). Sum of RGB (Red+Green+Blue) = 133+214+133=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #85D685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D685 is #7A297A. Grayscale: #B4B4B4. Windows color (decimal): -8006011 or 8771205. OLE color: 8771205.

HSL color Cylindrical-coordinate representation of color #85D685: hue angle of 120º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D685 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 133 -
CMYK 0.38 0 0.38 0.16
HSL 120º 0.5% 0.68% -
HSV(B) 120º 0.38% 0.84% -
XYZ 37.95 54.77 30.76 -
YUV 180.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 133 214 133 0.38 0 0.38 0.16 120 0.5 0.68
Hex 85 D6 85 26 0 26 10 78 32 44
Octal 205 326 205 46 0 46 20 170 62 104
Binary 10000101 11010110 10000101 100110 0 100110 10000 1111000 110010 1000100

Color Harmonies of #85D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D685

Black with #85D685

Text Example


Text Example

White with #85D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,214,133); }

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

background-color css

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

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

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

border-color css

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

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

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