#88D57D

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

Shades of De York #88D57D

Tints of De York #88D57D

Color information

#88D57D (or 0x88D57D) is unknown color: approx De York. HEX triplet: 88, D5 and 7D. RGB value is (136,213,125). Sum of RGB (Red+Green+Blue) = 136+213+125=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #88D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D57D is #772A82. Grayscale: #B4B4B4. Windows color (decimal): -7809667 or 8246664. OLE color: 8246664.

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

Color convert

RGB136213125-
CMYK0.3600.410.16
HSL112.5º51.16%66.27%-
HSV(B)112.5º41.31%83.53%-
XYZ37.6554.327.9-
YUV179.9496.9996.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.69%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=28.69%
G=44.94%
B=26.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362131250.3600.410.16112.551.1666.27
Hex88D57D2402910703342
Octal210325175440512016063102
Binary1000100011010101111110110010001010011000011100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,213,125); }

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

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

 a { background-color: rgb(136,213,125); }

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

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

 span { border-color: rgb(136,213,125); }

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