#78DB8F

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

Shades of De York #78DB8F

Tints of De York #78DB8F

Color information

#78DB8F (or 0x78DB8F) is unknown color: approx De York. HEX triplet: 78, DB and 8F. RGB value is (120,219,143). Sum of RGB (Red+Green+Blue) = 120+219+143=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB8F is #872470. Grayscale: #B4B4B4. Windows color (decimal): -8856689 or 9427832. OLE color: 9427832.

HSL color Cylindrical-coordinate representation of color #78DB8F: hue angle of 133.94º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DB8F is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB120219143-
CMYK0.4500.350.14
HSL133.94º57.89%66.47%-
HSV(B)133.94º45.21%85.88%-
XYZ38.0456.6434.91-
YUV180.74106.784.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 219 (85.94% from 255) = 45.44%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=24.90%
G=45.44%
B=29.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202191430.4500.350.14133.9457.8966.47
Hex78DB8F2D023E863a42
Octal170333217550431620672102
Binary1111000110110111000111110110101000111110100001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,219,143); }

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

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

 a { background-color: rgb(120,219,143); }

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

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

 span { border-color: rgb(120,219,143); }

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