Html Css Color HEX #85CA93 De York

📋 copy color: '#85CA93'

red 133 ◦ green 202 ◦ blue 147

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

Shades of De York #85CA93

Tints of De York #85CA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 27.59%
G = 41.91%
B = 30.5%

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

#85CA93 (or 0x85CA93) is known color: De York. HEX triplet: 85, CA and 93. RGB value is (133,202,147). Sum of RGB (Red+Green+Blue) = 133+202+147=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA93 is #7A356C. Grayscale: #AFAFAF. Windows color (decimal): -8009069 or 9685637. OLE color: 9685637.

HSL color Cylindrical-coordinate representation of color #85CA93: hue angle of 132.17º 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 #85CA93 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 147 -
CMYK 0.34 0 0.27 0.21
HSL 132.17º 0.39% 0.66% -
HSV(B) 132.17º 0.34% 0.79% -
XYZ 36.06 49.33 35.23 -
YUV 175.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 133 202 147 0.34 0 0.27 0.21 132.17 0.39 0.66
Hex 85 CA 93 22 0 1B 15 84 27 42
Octal 205 312 223 42 0 33 25 204 47 102
Binary 10000101 11001010 10010011 100010 0 11011 10101 10000100 100111 1000010

Color Harmonies of #85CA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA93

Black with #85CA93

Text Example


Text Example

White with #85CA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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