Html Css Color HEX #85BE78 De York

📋 copy color: '#85BE78'

red 133 ◦ green 190 ◦ blue 120

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

Shades of De York #85BE78

Tints of De York #85BE78

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

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

R = 30.02%
G = 42.89%
B = 27.09%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#85BE78 (or 0x85BE78) is known color: De York. HEX triplet: 85, BE and 78. RGB value is (133,190,120). Sum of RGB (Red+Green+Blue) = 133+190+120=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE78 is #7A4187. Grayscale: #A5A5A5. Windows color (decimal): -8012168 or 7913093. OLE color: 7913093.

HSL color Cylindrical-coordinate representation of color #85BE78: hue angle of 108.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85BE78 is Cyan = 0.3, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 120 -
CMYK 0.3 0 0.37 0.25
HSL 108.86º 0.35% 0.61% -
HSV(B) 108.86º 0.37% 0.75% -
XYZ 31.48 43.17 24.44 -
YUV 164.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 133 190 120 0.3 0 0.37 0.25 108.86 0.35 0.61
Hex 85 BE 78 1E 0 25 19 6D 23 3D
Octal 205 276 170 36 0 45 31 155 43 75
Binary 10000101 10111110 1111000 11110 0 100101 11001 1101101 100011 111101

Color Harmonies of #85BE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE78

Black with #85BE78

Text Example


Text Example

White with #85BE78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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