#88C285

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

Shades of De York #88C285

Tints of De York #88C285

Color information

#88C285 (or 0x88C285) is unknown color: approx De York. HEX triplet: 88, C2 and 85. RGB value is (136,194,133). Sum of RGB (Red+Green+Blue) = 136+194+133=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #88C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C285 is #773D7A. Grayscale: #A9A9A9. Windows color (decimal): -7814523 or 8766088. OLE color: 8766088.

HSL color Cylindrical-coordinate representation of color #88C285: hue angle of 117.05º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C285 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB136194133-
CMYK0.3000.310.24
HSL117.05º33.33%64.12%-
HSV(B)117.05º31.44%76.08%-
XYZ33.6845.5129.2-
YUV169.7107.28103.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=29.37%
G=41.90%
B=28.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361941330.3000.310.24117.0533.3364.12
Hex88C2851E01F18752140
Octal210302205360373016541100
Binary100010001100001010000101111100111111100011101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,194,133); }

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

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

 a { background-color: rgb(136,194,133); }

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

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

 span { border-color: rgb(136,194,133); }

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