#88CB7A

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

Shades of De York #88CB7A

Tints of De York #88CB7A

Color information

#88CB7A (or 0x88CB7A) is unknown color: approx De York. HEX triplet: 88, CB and 7A. RGB value is (136,203,122). Sum of RGB (Red+Green+Blue) = 136+203+122=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CB7A is #773485. Grayscale: #ADADAD. Windows color (decimal): -7812230 or 8047496. OLE color: 8047496.

HSL color Cylindrical-coordinate representation of color #88CB7A: hue angle of 109.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88CB7A is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB136203122-
CMYK0.3300.400.20
HSL109.63º43.78%63.73%-
HSV(B)109.63º39.9%79.61%-
XYZ35.0249.3526.09-
YUV173.7398.8101.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=29.50%
G=44.03%
B=26.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362031220.3300.400.20109.6343.7863.73
Hex88CB7A21028146e2c40
Octal210313172410502415654100
Binary1000100011001011111101010000101010001010011011101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,203,122); }

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

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

 a { background-color: rgb(136,203,122); }

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

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

 span { border-color: rgb(136,203,122); }

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