#88D698

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

Shades of De York #88D698

Tints of De York #88D698

Color information

#88D698 (or 0x88D698) is unknown color: approx De York. HEX triplet: 88, D6 and 98. RGB value is (136,214,152). Sum of RGB (Red+Green+Blue) = 136+214+152=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #88D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D698 is #772967. Grayscale: #B7B7B7. Windows color (decimal): -7809384 or 10016392. OLE color: 10016392.

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

Color convert

RGB136214152-
CMYK0.3600.290.16
HSL132.31º48.75%68.63%-
HSV(B)132.31º36.45%83.92%-
XYZ39.8755.5938.34-
YUV183.61110.1694.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.09%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=27.09%
G=42.63%
B=30.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362141520.3600.290.16132.3148.7568.63
Hex88D6982401D10843145
Octal210326230440352020461105
Binary10001000110101101001100010010001110110000100001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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