#88CD90

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

Shades of De York #88CD90

Tints of De York #88CD90

Color information

#88CD90 (or 0x88CD90) is unknown color: approx De York. HEX triplet: 88, CD and 90. RGB value is (136,205,144). Sum of RGB (Red+Green+Blue) = 136+205+144=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CD90 is #77326F. Grayscale: #B1B1B1. Windows color (decimal): -7811696 or 9489800. OLE color: 9489800.

HSL color Cylindrical-coordinate representation of color #88CD90: hue angle of 126.96º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CD90 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB136205144-
CMYK0.3400.300.20
HSL126.96º40.83%66.86%-
HSV(B)126.96º33.66%80.39%-
XYZ37.0250.9134.26-
YUV177.42109.1498.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=28.04%
G=42.27%
B=29.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362051440.3400.300.20126.9640.8366.86
Hex88CD902201E147f2943
Octal210315220420362417751103
Binary1000100011001101100100001000100111101010011111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,205,144); }

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

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

 a { background-color: rgb(136,205,144); }

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

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

 span { border-color: rgb(136,205,144); }

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