#88D68B

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

Shades of De York #88D68B

Tints of De York #88D68B

Color information

#88D68B (or 0x88D68B) is unknown color: approx De York. HEX triplet: 88, D6 and 8B. RGB value is (136,214,139). Sum of RGB (Red+Green+Blue) = 136+214+139=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #88D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D68B is #772974. Grayscale: #B6B6B6. Windows color (decimal): -7809397 or 9164424. OLE color: 9164424.

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

Color convert

RGB136214139-
CMYK0.3600.350.16
HSL122.31º48.75%68.63%-
HSV(B)122.31º36.45%83.92%-
XYZ38.8655.1933.03-
YUV182.13103.6695.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.81%
GREEN value IS 214 (83.98% from 255) = 43.76%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=27.81%
G=43.76%
B=28.43%

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
Decimal1362141390.3600.350.16122.3148.7568.63
Hex88D68B24023107a3145
Octal210326213440432017261105
Binary10001000110101101000101110010001000111000011110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,214,139); }

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

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

 a { background-color: rgb(136,214,139); }

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

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

 span { border-color: rgb(136,214,139); }

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