Html Css Color HEX #85CC89 De York

📋 copy color: '#85CC89'

red 133 ◦ green 204 ◦ blue 137

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

Shades of De York #85CC89

Tints of De York #85CC89

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 28.06%
G = 43.04%
B = 28.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#85CC89 (or 0x85CC89) is known color: De York. HEX triplet: 85, CC and 89. RGB value is (133,204,137). Sum of RGB (Red+Green+Blue) = 133+204+137=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC89 is #7A3376. Grayscale: #AFAFAF. Windows color (decimal): -8008567 or 9030789. OLE color: 9030789.

HSL color Cylindrical-coordinate representation of color #85CC89: hue angle of 123.38º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CC89 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 204 137 -
CMYK 0.35 0 0.33 0.2
HSL 123.38º 0.41% 0.66% -
HSV(B) 123.38º 0.35% 0.8% -
XYZ 35.78 49.98 31.43 -
YUV 175.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 133 204 137 0.35 0 0.33 0.2 123.38 0.41 0.66
Hex 85 CC 89 23 0 21 14 7B 29 42
Octal 205 314 211 43 0 41 24 173 51 102
Binary 10000101 11001100 10001001 100011 0 100001 10100 1111011 101001 1000010

Color Harmonies of #85CC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CC89

Black with #85CC89

Text Example


Text Example

White with #85CC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,204,137); }

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

background-color css

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

 a { background-color: rgb(133,204,137); }

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

border-color css

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

 span { border-color: rgb(133,204,137); }

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