Html Css Color HEX #85CE84 De York

📋 copy color: '#85CE84'

red 133 ◦ green 206 ◦ blue 132

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

Shades of De York #85CE84

Tints of De York #85CE84

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 28.24%
G = 43.74%
B = 28.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#85CE84 (or 0x85CE84) is known color: De York. HEX triplet: 85, CE and 84. RGB value is (133,206,132). Sum of RGB (Red+Green+Blue) = 133+206+132=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE84 is #7A317B. Grayscale: #AFAFAF. Windows color (decimal): -8008060 or 8703621. OLE color: 8703621.

HSL color Cylindrical-coordinate representation of color #85CE84: hue angle of 119.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CE84 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 132 -
CMYK 0.35 0 0.36 0.19
HSL 119.19º 0.43% 0.66% -
HSV(B) 119.19º 0.36% 0.81% -
XYZ 35.91 50.8 29.74 -
YUV 175.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 133 206 132 0.35 0 0.36 0.19 119.19 0.43 0.66
Hex 85 CE 84 23 0 24 13 77 2B 42
Octal 205 316 204 43 0 44 23 167 53 102
Binary 10000101 11001110 10000100 100011 0 100100 10011 1110111 101011 1000010

Color Harmonies of #85CE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE84

Black with #85CE84

Text Example


Text Example

White with #85CE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,206,132); }

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

background-color css

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

 a { background-color: rgb(133,206,132); }

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

border-color css

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

 span { border-color: rgb(133,206,132); }

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