Html Css Color HEX #85C588 De York

📋 copy color: '#85C588'

red 133 ◦ green 197 ◦ blue 136

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

Shades of De York #85C588

Tints of De York #85C588

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

 BLUE value IS 136 (53.52% from 255) = 29.18%

R = 28.54%
G = 42.27%
B = 29.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#85C588 (or 0x85C588) is known color: De York. HEX triplet: 85, C5 and 88. RGB value is (133,197,136). Sum of RGB (Red+Green+Blue) = 133+197+136=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #85C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C588 is #7A3A77. Grayscale: #ABABAB. Windows color (decimal): -8010360 or 8963461. OLE color: 8963461.

HSL color Cylindrical-coordinate representation of color #85C588: hue angle of 122.81º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C588 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 197 136 -
CMYK 0.32 0 0.31 0.23
HSL 122.81º 0.36% 0.65% -
HSV(B) 122.81º 0.32% 0.77% -
XYZ 34.08 46.7 30.51 -
YUV 170.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 133 197 136 0.32 0 0.31 0.23 122.81 0.36 0.65
Hex 85 C5 88 20 0 1F 17 7B 24 41
Octal 205 305 210 40 0 37 27 173 44 101
Binary 10000101 11000101 10001000 100000 0 11111 10111 1111011 100100 1000001

Color Harmonies of #85C588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C588

Black with #85C588

Text Example


Text Example

White with #85C588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,197,136); }

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

background-color css

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

 a { background-color: rgb(133,197,136); }

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

border-color css

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

 span { border-color: rgb(133,197,136); }

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