#88D093

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

Shades of De York #88D093

Tints of De York #88D093

Color information

#88D093 (or 0x88D093) is unknown color: approx De York. HEX triplet: 88, D0 and 93. RGB value is (136,208,147). Sum of RGB (Red+Green+Blue) = 136+208+147=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #88D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D093 is #772F6C. Grayscale: #B3B3B3. Windows color (decimal): -7810925 or 9687176. OLE color: 9687176.

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

Color convert

RGB136208147-
CMYK0.3500.290.18
HSL129.17º43.37%67.45%-
HSV(B)129.17º34.62%81.57%-
XYZ37.9852.4535.73-
YUV179.52109.6596.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=27.70%
G=42.36%
B=29.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362081470.3500.290.18129.1743.3767.45
Hex88D0932301D12812b43
Octal210320223430352220153103
Binary10001000110100001001001110001101110110010100000011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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