#88D097

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

Shades of De York #88D097

Tints of De York #88D097

Color information

#88D097 (or 0x88D097) is unknown color: approx De York. HEX triplet: 88, D0 and 97. RGB value is (136,208,151). Sum of RGB (Red+Green+Blue) = 136+208+151=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #88D097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D097 is #772F68. Grayscale: #B4B4B4. Windows color (decimal): -7810921 or 9949320. OLE color: 9949320.

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

Color convert

RGB136208151-
CMYK0.3500.270.18
HSL132.5º43.37%67.45%-
HSV(B)132.5º34.62%81.57%-
XYZ38.352.5837.41-
YUV179.97111.6596.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=27.47%
G=42.02%
B=30.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362081510.3500.270.18132.543.3767.45
Hex88D0972301B12842b43
Octal210320227430332220453103
Binary10001000110100001001011110001101101110010100001001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,208,151); }

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

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

 a { background-color: rgb(136,208,151); }

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

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

 span { border-color: rgb(136,208,151); }

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