#88C379

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

Shades of De York #88C379

Tints of De York #88C379

Color information

#88C379 (or 0x88C379) is unknown color: approx De York. HEX triplet: 88, C3 and 79. RGB value is (136,195,121). Sum of RGB (Red+Green+Blue) = 136+195+121=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #88C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C379 is #773C86. Grayscale: #A9A9A9. Windows color (decimal): -7814279 or 7979912. OLE color: 7979912.

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

Color convert

RGB136195121-
CMYK0.3000.380.24
HSL107.84º38.14%61.96%-
HSV(B)107.84º37.95%76.47%-
XYZ33.1245.6425.15-
YUV168.92100.95104.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=30.09%
G=43.14%
B=26.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361951210.3000.380.24107.8438.1461.96
Hex88C3791E026186c263e
Octal21030317136046301544676
Binary10001000110000111111001111100100110110001101100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,195,121); }

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

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

 a { background-color: rgb(136,195,121); }

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

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

 span { border-color: rgb(136,195,121); }

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