Html Css Color HEX #85CA94 De York

📋 copy color: '#85CA94'

red 133 ◦ green 202 ◦ blue 148

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

Shades of De York #85CA94

Tints of De York #85CA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 27.54%
G = 41.82%
B = 30.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#85CA94 (or 0x85CA94) is known color: De York. HEX triplet: 85, CA and 94. RGB value is (133,202,148). Sum of RGB (Red+Green+Blue) = 133+202+148=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA94 is #7A356B. Grayscale: #AFAFAF. Windows color (decimal): -8009068 or 9751173. OLE color: 9751173.

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

Color convert

RGB 133 202 148 -
CMYK 0.34 0 0.27 0.21
HSL 133.04º 0.39% 0.66% -
HSV(B) 133.04º 0.34% 0.79% -
XYZ 36.14 49.37 35.64 -
YUV 175.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 133 202 148 0.34 0 0.27 0.21 133.04 0.39 0.66
Hex 85 CA 94 22 0 1B 15 85 27 42
Octal 205 312 224 42 0 33 25 205 47 102
Binary 10000101 11001010 10010100 100010 0 11011 10101 10000101 100111 1000010

Color Harmonies of #85CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA94

Black with #85CA94

Text Example


Text Example

White with #85CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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