#88C88F

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

Shades of De York #88C88F

Tints of De York #88C88F

Color information

#88C88F (or 0x88C88F) is unknown color: approx De York. HEX triplet: 88, C8 and 8F. RGB value is (136,200,143). Sum of RGB (Red+Green+Blue) = 136+200+143=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #88C88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C88F is #773770. Grayscale: #AEAEAE. Windows color (decimal): -7812977 or 9422984. OLE color: 9422984.

HSL color Cylindrical-coordinate representation of color #88C88F: hue angle of 126.56º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C88F is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB136200143-
CMYK0.3200.280.22
HSL126.56º36.78%65.88%-
HSV(B)126.56º32%78.43%-
XYZ35.7748.5333.47-
YUV174.37110.3100.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=28.39%
G=41.75%
B=29.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1362001430.3200.280.22126.5636.7865.88
Hex88C88F2001C167f2542
Octal210310217400342617745102
Binary1000100011001000100011111000000111001011011111111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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