#88C68F

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

Shades of De York #88C68F

Tints of De York #88C68F

Color information

#88C68F (or 0x88C68F) is unknown color: approx De York. HEX triplet: 88, C6 and 8F. RGB value is (136,198,143). Sum of RGB (Red+Green+Blue) = 136+198+143=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #88C68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C68F is #773970. Grayscale: #ADADAD. Windows color (decimal): -7813489 or 9422472. OLE color: 9422472.

HSL color Cylindrical-coordinate representation of color #88C68F: hue angle of 126.77º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C68F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB136198143-
CMYK0.3100.280.22
HSL126.77º35.23%65.49%-
HSV(B)126.77º31.31%77.65%-
XYZ35.3147.6133.31-
YUV173.19110.96101.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.51%
GREEN value IS 198 (77.73% from 255) = 41.51%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=28.51%
G=41.51%
B=29.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1361981430.3100.280.22126.7735.2365.49
Hex88C68F1F01C167f2341
Octal210306217370342617743101
Binary100010001100011010001111111110111001011011111111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,198,143); }

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

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

 a { background-color: rgb(136,198,143); }

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

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

 span { border-color: rgb(136,198,143); }

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