Html Css Color HEX #85BB80 De York

📋 copy color: '#85BB80'

red 133 ◦ green 187 ◦ blue 128

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

Shades of De York #85BB80

Tints of De York #85BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.74%

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 29.69%
G = 41.74%
B = 28.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#85BB80 (or 0x85BB80) is known color: De York. HEX triplet: 85, BB and 80. RGB value is (133,187,128). Sum of RGB (Red+Green+Blue) = 133+187+128=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BB80 is #7A447F. Grayscale: #A4A4A4. Windows color (decimal): -8012928 or 8436613. OLE color: 8436613.

HSL color Cylindrical-coordinate representation of color #85BB80: hue angle of 114.92º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85BB80 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 187 128 -
CMYK 0.29 0 0.32 0.27
HSL 114.92º 0.3% 0.62% -
HSV(B) 114.92º 0.32% 0.73% -
XYZ 31.34 42.09 26.89 -
YUV 164.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 133 187 128 0.29 0 0.32 0.27 114.92 0.3 0.62
Hex 85 BB 80 1D 0 20 1B 73 1E 3E
Octal 205 273 200 35 0 40 33 163 36 76
Binary 10000101 10111011 10000000 11101 0 100000 11011 1110011 11110 111110

Color Harmonies of #85BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB80

Black with #85BB80

Text Example


Text Example

White with #85BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,187,128); }

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

background-color css

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

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

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

border-color css

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

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

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