Html Css Color HEX #85C28C De York

📋 copy color: '#85C28C'

red 133 ◦ green 194 ◦ blue 140

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

Shades of De York #85C28C

Tints of De York #85C28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 28.48%
G = 41.54%
B = 29.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#85C28C (or 0x85C28C) is known color: De York. HEX triplet: 85, C2 and 8C. RGB value is (133,194,140). Sum of RGB (Red+Green+Blue) = 133+194+140=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #85C28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C28C is #7A3D73. Grayscale: #A9A9A9. Windows color (decimal): -8011124 or 9224837. OLE color: 9224837.

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

Color convert

RGB 133 194 140 -
CMYK 0.31 0 0.28 0.24
HSL 126.89º 0.33% 0.64% -
HSV(B) 126.89º 0.31% 0.76% -
XYZ 33.7 45.46 31.81 -
YUV 169.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 133 194 140 0.31 0 0.28 0.24 126.89 0.33 0.64
Hex 85 C2 8C 1F 0 1C 18 7F 21 40
Octal 205 302 214 37 0 34 30 177 41 100
Binary 10000101 11000010 10001100 11111 0 11100 11000 1111111 100001 1000000

Color Harmonies of #85C28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C28C

Black with #85C28C

Text Example


Text Example

White with #85C28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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