#88BE7F

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

Shades of De York #88BE7F

Tints of De York #88BE7F

Color information

#88BE7F (or 0x88BE7F) is unknown color: approx De York. HEX triplet: 88, BE and 7F. RGB value is (136,190,127). Sum of RGB (Red+Green+Blue) = 136+190+127=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BE7F is #774180. Grayscale: #A6A6A6. Windows color (decimal): -7815553 or 8371848. OLE color: 8371848.

HSL color Cylindrical-coordinate representation of color #88BE7F: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88BE7F is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB136190127-
CMYK0.2800.330.25
HSL111.43º32.64%62.16%-
HSV(B)111.43º33.16%74.51%-
XYZ32.443.5926.79-
YUV166.67105.61106.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 190 (74.61% from 255) = 41.94%
BLUE value IS 127 (50% from 255) = 28.04%
R=30.02%
G=41.94%
B=28.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361901270.2800.330.25111.4332.6462.16
Hex88BE7F1C021196f213e
Octal21027617734041311574176
Binary10001000101111101111111111000100001110011101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,190,127); }

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

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

 a { background-color: rgb(136,190,127); }

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

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

 span { border-color: rgb(136,190,127); }

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