#88D88F

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

Shades of De York #88D88F

Tints of De York #88D88F

Color information

#88D88F (or 0x88D88F) is unknown color: approx De York. HEX triplet: 88, D8 and 8F. RGB value is (136,216,143). Sum of RGB (Red+Green+Blue) = 136+216+143=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #88D88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D88F is #772770. Grayscale: #B7B7B7. Windows color (decimal): -7808881 or 9427080. OLE color: 9427080.

HSL color Cylindrical-coordinate representation of color #88D88F: hue angle of 125.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D88F is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB136216143-
CMYK0.3700.340.15
HSL125.25º50.63%69.02%-
HSV(B)125.25º37.04%84.71%-
XYZ39.6756.3334.77-
YUV183.7610593.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=27.47%
G=43.64%
B=28.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362161430.3700.340.15125.2550.6369.02
Hex88D88F25022F7d3345
Octal210330217450421717563105
Binary1000100011011000100011111001010100010111111111011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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