#88D078

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

Shades of De York #88D078

Tints of De York #88D078

Color information

#88D078 (or 0x88D078) is unknown color: approx De York. HEX triplet: 88, D0 and 78. RGB value is (136,208,120). Sum of RGB (Red+Green+Blue) = 136+208+120=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #88D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D078 is #772F87. Grayscale: #B0B0B0. Windows color (decimal): -7810952 or 7917704. OLE color: 7917704.

HSL color Cylindrical-coordinate representation of color #88D078: hue angle of 109.09º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88D078 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB136208120-
CMYK0.3500.420.18
HSL109.09º48.35%64.31%-
HSV(B)109.09º42.31%81.57%-
XYZ36.151.725.85-
YUV176.4496.1599.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=29.31%
G=44.83%
B=25.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362081200.3500.420.18109.0948.3564.31
Hex88D0782302A126d3040
Octal210320170430522215560100
Binary1000100011010000111100010001101010101001011011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,208,120); }

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

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

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

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

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

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

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