#88CC8D

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

Shades of De York #88CC8D

Tints of De York #88CC8D

Color information

#88CC8D (or 0x88CC8D) is unknown color: approx De York. HEX triplet: 88, CC and 8D. RGB value is (136,204,141). Sum of RGB (Red+Green+Blue) = 136+204+141=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CC8D is #773372. Grayscale: #B0B0B0. Windows color (decimal): -7811955 or 9292936. OLE color: 9292936.

HSL color Cylindrical-coordinate representation of color #88CC8D: hue angle of 124.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CC8D is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB136204141-
CMYK0.3300.310.2
HSL124.41º40%66.67%-
HSV(B)124.41º33.33%80%-
XYZ36.5550.3432.99-
YUV176.49107.9799.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=28.27%
G=42.41%
B=29.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041410.3300.310.2124.414066.67
Hex88CC8D2101F147c2843
Octal210314215410372417450103
Binary1000100011001100100011011000010111111010011111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,204,141); }

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

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

 a { background-color: rgb(136,204,141); }

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

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

 span { border-color: rgb(136,204,141); }

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