#88C58F

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

Shades of De York #88C58F

Tints of De York #88C58F

Color information

#88C58F (or 0x88C58F) is unknown color: approx De York. HEX triplet: 88, C5 and 8F. RGB value is (136,197,143). Sum of RGB (Red+Green+Blue) = 136+197+143=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #88C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C58F is #773A70. Grayscale: #ACACAC. Windows color (decimal): -7813745 or 9422216. OLE color: 9422216.

HSL color Cylindrical-coordinate representation of color #88C58F: hue angle of 126.89º 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 #88C58F is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB136197143-
CMYK0.3100.270.23
HSL126.89º34.46%65.29%-
HSV(B)126.89º30.96%77.25%-
XYZ35.0847.1533.24-
YUV172.6111.29101.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 197 (77.34% from 255) = 41.39%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=28.57%
G=41.39%
B=30.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361971430.3100.270.23126.8934.4665.29
Hex88C58F1F01B177f2241
Octal210305217370332717742101
Binary100010001100010110001111111110110111011111111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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