#88CD80

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

Shades of De York #88CD80

Tints of De York #88CD80

Color information

#88CD80 (or 0x88CD80) is unknown color: approx De York. HEX triplet: 88, CD and 80. RGB value is (136,205,128). Sum of RGB (Red+Green+Blue) = 136+205+128=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CD80 is #77327F. Grayscale: #AFAFAF. Windows color (decimal): -7811712 or 8441224. OLE color: 8441224.

HSL color Cylindrical-coordinate representation of color #88CD80: hue angle of 113.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CD80 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB136205128-
CMYK0.3400.380.20
HSL113.77º43.5%65.29%-
HSV(B)113.77º37.56%80.39%-
XYZ35.8850.4628.27-
YUV175.59101.1499.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=29.00%
G=43.71%
B=27.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051280.3400.380.20113.7743.565.29
Hex88CD802202614722c41
Octal210315200420462416254101
Binary10001000110011011000000010001001001101010011100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,205,128); }

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

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

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

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

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

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

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