Html Css Color HEX #85CA78 De York

📋 copy color: '#85CA78'

red 133 ◦ green 202 ◦ blue 120

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

Shades of De York #85CA78

Tints of De York #85CA78

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.4%

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 29.23%
G = 44.4%
B = 26.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#85CA78 (or 0x85CA78) is known color: De York. HEX triplet: 85, CA and 78. RGB value is (133,202,120). Sum of RGB (Red+Green+Blue) = 133+202+120=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA78 is #7A3587. Grayscale: #ACACAC. Windows color (decimal): -8009096 or 7916165. OLE color: 7916165.

HSL color Cylindrical-coordinate representation of color #85CA78: hue angle of 110.49º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85CA78 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 120 -
CMYK 0.34 0 0.41 0.21
HSL 110.49º 0.44% 0.63% -
HSV(B) 110.49º 0.41% 0.79% -
XYZ 34.18 48.58 25.35 -
YUV 172.02 98.64 100.17 -
System Red Green Blue C M Y K H S L
Decimal 133 202 120 0.34 0 0.41 0.21 110.49 0.44 0.63
Hex 85 CA 78 22 0 29 15 6E 2C 3F
Octal 205 312 170 42 0 51 25 156 54 77
Binary 10000101 11001010 1111000 100010 0 101001 10101 1101110 101100 111111

Color Harmonies of #85CA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA78

Black with #85CA78

Text Example


Text Example

White with #85CA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,120); }

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

background-color css

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

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

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

border-color css

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

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

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