Html Css Color HEX #85C576 De York

📋 copy color: '#85C576'

red 133 ◦ green 197 ◦ blue 118

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

Shades of De York #85C576

Tints of De York #85C576

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 29.69%
G = 43.97%
B = 26.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#85C576 (or 0x85C576) is known color: De York. HEX triplet: 85, C5 and 76. RGB value is (133,197,118). Sum of RGB (Red+Green+Blue) = 133+197+118=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #85C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C576 is #7A3A89. Grayscale: #A9A9A9. Windows color (decimal): -8010378 or 7783813. OLE color: 7783813.

HSL color Cylindrical-coordinate representation of color #85C576: hue angle of 108.61º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85C576 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 197 118 -
CMYK 0.32 0 0.40 0.23
HSL 108.61º 0.41% 0.62% -
HSV(B) 108.61º 0.4% 0.77% -
XYZ 32.91 46.23 24.33 -
YUV 168.86 99.3 102.42 -
System Red Green Blue C M Y K H S L
Decimal 133 197 118 0.32 0 0.40 0.23 108.61 0.41 0.62
Hex 85 C5 76 20 0 28 17 6D 29 3E
Octal 205 305 166 40 0 50 27 155 51 76
Binary 10000101 11000101 1110110 100000 0 101000 10111 1101101 101001 111110

Color Harmonies of #85C576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C576

Black with #85C576

Text Example


Text Example

White with #85C576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,197,118); }

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

background-color css

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

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

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

border-color css

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

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

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