#88D798

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

Shades of De York #88D798

Tints of De York #88D798

Color information

#88D798 (or 0x88D798) is unknown color: approx De York. HEX triplet: 88, D7 and 98. RGB value is (136,215,152). Sum of RGB (Red+Green+Blue) = 136+215+152=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #88D798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D798 is #772867. Grayscale: #B8B8B8. Windows color (decimal): -7809128 or 10016648. OLE color: 10016648.

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

Color convert

RGB136215152-
CMYK0.3700.290.16
HSL132.15º49.69%68.82%-
HSV(B)132.15º36.74%84.31%-
XYZ40.1256.138.42-
YUV184.2109.8393.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=27.04%
G=42.74%
B=30.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362151520.3700.290.16132.1549.6968.82
Hex88D7982501D10843245
Octal210327230450352020462105
Binary10001000110101111001100010010101110110000100001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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