#78D088

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

Shades of De York #78D088

Tints of De York #78D088

Color information

#78D088 (or 0x78D088) is unknown color: approx De York. HEX triplet: 78, D0 and 88. RGB value is (120,208,136). Sum of RGB (Red+Green+Blue) = 120+208+136=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #78D088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D088 is #872F77. Grayscale: #ADADAD. Windows color (decimal): -8859512 or 8966264. OLE color: 8966264.

HSL color Cylindrical-coordinate representation of color #78D088: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D088 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB120208136-
CMYK0.4200.350.18
HSL130.91º48.35%64.31%-
HSV(B)130.91º42.31%81.57%-
XYZ34.7550.8831.28-
YUV173.48106.8589.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 136 (53.52% from 255) = 29.31%
R=25.86%
G=44.83%
B=29.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1202081360.4200.350.18130.9148.3564.31
Hex78D0882A02312833040
Octal170320210520432220360100
Binary11110001101000010001000101010010001110010100000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78D088; }

 p { color: rgb(120,208,136); }

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

<style>
 a { background-color: #78D088; }

 a { background-color: rgb(120,208,136); }

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

<style>
 span { border-color: #78D088; }

 span { border-color: rgb(120,208,136); }

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