Html Css Color HEX #85C575 De York

📋 copy color: '#85C575'

red 133 ◦ green 197 ◦ blue 117

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

Shades of De York #85C575

Tints of De York #85C575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 29.75%
G = 44.07%
B = 26.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#85C575 (or 0x85C575) is known color: De York. HEX triplet: 85, C5 and 75. RGB value is (133,197,117). Sum of RGB (Red+Green+Blue) = 133+197+117=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #85C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C575 is #7A3A8A. Grayscale: #A9A9A9. Windows color (decimal): -8010379 or 7718277. OLE color: 7718277.

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

Color convert

RGB 133 197 117 -
CMYK 0.32 0 0.41 0.23
HSL 108º 0.41% 0.62% -
HSV(B) 108º 0.41% 0.77% -
XYZ 32.85 46.2 24.02 -
YUV 168.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 133 197 117 0.32 0 0.41 0.23 108 0.41 0.62
Hex 85 C5 75 20 0 29 17 6C 29 3E
Octal 205 305 165 40 0 51 27 154 51 76
Binary 10000101 11000101 1110101 100000 0 101001 10111 1101100 101001 111110

Color Harmonies of #85C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C575

Black with #85C575

Text Example


Text Example

White with #85C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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