#88D286

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

Shades of De York #88D286

Tints of De York #88D286

Color information

#88D286 (or 0x88D286) is unknown color: approx De York. HEX triplet: 88, D2 and 86. RGB value is (136,210,134). Sum of RGB (Red+Green+Blue) = 136+210+134=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #88D286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D286 is #772D79. Grayscale: #B3B3B3. Windows color (decimal): -7810426 or 8835720. OLE color: 8835720.

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

Color convert

RGB136210134-
CMYK0.3500.360.18
HSL118.42º45.78%67.45%-
HSV(B)118.42º36.19%82.35%-
XYZ37.553.0530.82-
YUV179.21102.4897.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 210 (82.42% from 255) = 43.75%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=28.33%
G=43.75%
B=27.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362101340.3500.360.18118.4245.7867.45
Hex88D2862302412762e43
Octal210322206430442216656103
Binary10001000110100101000011010001101001001001011101101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,210,134); }

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

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

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

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

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

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

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