#88C58D

Color #88C58D De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #88C58D

Tints of De York #88C58D

Color information

#88C58D (or 0x88C58D) is unknown color: approx De York. HEX triplet: 88, C5 and 8D. RGB value is (136,197,141). Sum of RGB (Red+Green+Blue) = 136+197+141=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #88C58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C58D is #773A72. Grayscale: #ACACAC. Windows color (decimal): -7813747 or 9291144. OLE color: 9291144.

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

Color convert

RGB136197141-
CMYK0.3100.280.23
HSL124.92º34.46%65.29%-
HSV(B)124.92º30.96%77.25%-
XYZ34.9347.0932.45-
YUV172.38110.29102.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.69%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=28.69%
G=41.56%
B=29.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361971410.3100.280.23124.9234.4665.29
Hex88C58D1F01C177d2241
Octal210305215370342717542101
Binary100010001100010110001101111110111001011111111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88C58D; }

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

 H1.HeaderClassName
 {
   color: #88C58D;
 }
 .AnyTagClassName
 {
   color: #88C58D;
 }
</style>
background-color css

<style>
 a { background-color: #88C58D; }

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

 div.DivClassName
 {
   background-color: #88C58D;
 }
 .BgClassName
 {
   background-color: #88C58D;
 }
</style>
border-color css

<style>
 span { border-color: #88C58D; }

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

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