#88D58E

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

Shades of De York #88D58E

Tints of De York #88D58E

Color information

#88D58E (or 0x88D58E) is unknown color: approx De York. HEX triplet: 88, D5 and 8E. RGB value is (136,213,142). Sum of RGB (Red+Green+Blue) = 136+213+142=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #88D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D58E is #772A71. Grayscale: #B6B6B6. Windows color (decimal): -7809650 or 9360776. OLE color: 9360776.

HSL color Cylindrical-coordinate representation of color #88D58E: hue angle of 124.68º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D58E is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB136213142-
CMYK0.3600.330.16
HSL124.68º47.83%68.43%-
HSV(B)124.68º36.15%83.53%-
XYZ38.8354.7834.12-
YUV181.88105.4995.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=27.70%
G=43.38%
B=28.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362131420.3600.330.16124.6847.8368.43
Hex88D58E24021107d3044
Octal210325216440412017560104
Binary10001000110101011000111010010001000011000011111011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,213,142); }

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

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

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

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

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

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

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