#88C881

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

Shades of De York #88C881

Tints of De York #88C881

Color information

#88C881 (or 0x88C881) is unknown color: approx De York. HEX triplet: 88, C8 and 81. RGB value is (136,200,129). Sum of RGB (Red+Green+Blue) = 136+200+129=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #88C881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C881 is #77377E. Grayscale: #ACACAC. Windows color (decimal): -7812991 or 8505480. OLE color: 8505480.

HSL color Cylindrical-coordinate representation of color #88C881: hue angle of 114.08º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88C881 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB136200129-
CMYK0.3200.360.22
HSL114.08º39.23%64.51%-
HSV(B)114.08º35.5%78.43%-
XYZ34.7748.1328.23-
YUV172.77103.3101.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=29.25%
G=43.01%
B=27.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1362001290.3200.360.22114.0839.2364.51
Hex88C8812002416722741
Octal210310201400442616247101
Binary10001000110010001000000110000001001001011011100101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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