#88D58A

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

Shades of De York #88D58A

Tints of De York #88D58A

Color information

#88D58A (or 0x88D58A) is unknown color: approx De York. HEX triplet: 88, D5 and 8A. RGB value is (136,213,138). Sum of RGB (Red+Green+Blue) = 136+213+138=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #88D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D58A is #772A75. Grayscale: #B5B5B5. Windows color (decimal): -7809654 or 9098632. OLE color: 9098632.

HSL color Cylindrical-coordinate representation of color #88D58A: hue angle of 121.56º 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 #88D58A is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB136213138-
CMYK0.3600.350.16
HSL121.56º47.83%68.43%-
HSV(B)121.56º36.15%83.53%-
XYZ38.5454.6632.56-
YUV181.43103.4995.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 213 (83.59% from 255) = 43.74%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=27.93%
G=43.74%
B=28.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362131380.3600.350.16121.5647.8368.43
Hex88D58A24023107a3044
Octal210325212440432017260104
Binary10001000110101011000101010010001000111000011110101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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