#88C081

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

Shades of De York #88C081

Tints of De York #88C081

Color information

#88C081 (or 0x88C081) is unknown color: approx De York. HEX triplet: 88, C0 and 81. RGB value is (136,192,129). Sum of RGB (Red+Green+Blue) = 136+192+129=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #88C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C081 is #773F7E. Grayscale: #A8A8A8. Windows color (decimal): -7815039 or 8503432. OLE color: 8503432.

HSL color Cylindrical-coordinate representation of color #88C081: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C081 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB136192129-
CMYK0.2900.330.25
HSL113.33º33.33%62.94%-
HSV(B)113.33º32.81%75.29%-
XYZ32.9744.5227.62-
YUV168.07105.95105.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=29.76%
G=42.01%
B=28.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361921290.2900.330.25113.3333.3362.94
Hex88C0811D0211971213f
Octal21030020135041311614177
Binary100010001100000010000001111010100001110011110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,192,129); }

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

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

 a { background-color: rgb(136,192,129); }

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

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

 span { border-color: rgb(136,192,129); }

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