Html Css Color HEX #85C08D De York

📋 copy color: '#85C08D'

red 133 ◦ green 192 ◦ blue 141

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

Shades of De York #85C08D

Tints of De York #85C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 28.54%
G = 41.2%
B = 30.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#85C08D (or 0x85C08D) is known color: De York. HEX triplet: 85, C0 and 8D. RGB value is (133,192,141). Sum of RGB (Red+Green+Blue) = 133+192+141=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #85C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C08D is #7A3F72. Grayscale: #A8A8A8. Windows color (decimal): -8011635 or 9289861. OLE color: 9289861.

HSL color Cylindrical-coordinate representation of color #85C08D: hue angle of 128.14º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C08D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 141 -
CMYK 0.31 0 0.27 0.25
HSL 128.14º 0.32% 0.64% -
HSV(B) 128.14º 0.31% 0.75% -
XYZ 33.33 44.61 32.05 -
YUV 168.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 133 192 141 0.31 0 0.27 0.25 128.14 0.32 0.64
Hex 85 C0 8D 1F 0 1B 19 80 20 40
Octal 205 300 215 37 0 33 31 200 40 100
Binary 10000101 11000000 10001101 11111 0 11011 11001 10000000 100000 1000000

Color Harmonies of #85C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C08D

Black with #85C08D

Text Example


Text Example

White with #85C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,141); }

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

background-color css

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

 a { background-color: rgb(133,192,141); }

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

border-color css

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

 span { border-color: rgb(133,192,141); }

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