#88D198

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

Shades of De York #88D198

Tints of De York #88D198

Color information

#88D198 (or 0x88D198) is unknown color: approx De York. HEX triplet: 88, D1 and 98. RGB value is (136,209,152). Sum of RGB (Red+Green+Blue) = 136+209+152=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #88D198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D198 is #772E67. Grayscale: #B4B4B4. Windows color (decimal): -7810664 or 10015112. OLE color: 10015112.

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

Color convert

RGB136209152-
CMYK0.3500.270.18
HSL133.15º44.24%67.65%-
HSV(B)133.15º34.93%81.96%-
XYZ38.6253.137.92-
YUV180.68111.8296.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=27.36%
G=42.05%
B=30.58%

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
Decimal1362091520.3500.270.18133.1544.2467.65
Hex88D1982301B12852c44
Octal210321230430332220554104
Binary10001000110100011001100010001101101110010100001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,209,152); }

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

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

 a { background-color: rgb(136,209,152); }

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

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

 span { border-color: rgb(136,209,152); }

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