Html Css Color HEX #85C278 De York

📋 copy color: '#85C278'

red 133 ◦ green 194 ◦ blue 120

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

Shades of De York #85C278

Tints of De York #85C278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.4%

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

R = 29.75%
G = 43.4%
B = 26.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#85C278 (or 0x85C278) is known color: De York. HEX triplet: 85, C2 and 78. RGB value is (133,194,120). Sum of RGB (Red+Green+Blue) = 133+194+120=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #85C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C278 is #7A3D87. Grayscale: #A7A7A7. Windows color (decimal): -8011144 or 7914117. OLE color: 7914117.

HSL color Cylindrical-coordinate representation of color #85C278: hue angle of 109.46º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C278 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 120 -
CMYK 0.31 0 0.38 0.24
HSL 109.46º 0.38% 0.62% -
HSV(B) 109.46º 0.38% 0.76% -
XYZ 32.35 44.93 24.74 -
YUV 167.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 133 194 120 0.31 0 0.38 0.24 109.46 0.38 0.62
Hex 85 C2 78 1F 0 26 18 6D 26 3E
Octal 205 302 170 37 0 46 30 155 46 76
Binary 10000101 11000010 1111000 11111 0 100110 11000 1101101 100110 111110

Color Harmonies of #85C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C278

Black with #85C278

Text Example


Text Example

White with #85C278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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