#88CC88

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

Shades of De York #88CC88

Tints of De York #88CC88

Color information

#88CC88 (or 0x88CC88) is unknown color: approx De York. HEX triplet: 88, CC and 88. RGB value is (136,204,136). Sum of RGB (Red+Green+Blue) = 136+204+136=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CC88 is #773377. Grayscale: #B0B0B0. Windows color (decimal): -7811960 or 8965256. OLE color: 8965256.

HSL color Cylindrical-coordinate representation of color #88CC88: hue angle of 120º 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 #88CC88 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB136204136-
CMYK0.3300.330.2
HSL120º40%66.67%-
HSV(B)120º33.33%80%-
XYZ36.1950.231.07-
YUV175.92105.4799.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=28.57%
G=42.86%
B=28.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041360.3300.330.21204066.67
Hex88CC882102114782843
Octal210314210410412417050103
Binary10001000110011001000100010000101000011010011110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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