#78df94

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

Shades of De York #78DF94

Tints of De York #78DF94

Color information

#78DF94 (or 0x78DF94) is unknown color: approx De York. HEX triplet: 78, DF and 94. RGB value is (120,223,148). Sum of RGB (Red+Green+Blue) = 120+223+148=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DF94 is #87206B. Grayscale: #B7B7B7. Windows color (decimal): -8855660 or 9756536. OLE color: 9756536.

HSL color Cylindrical-coordinate representation of color #78DF94: hue angle of 136.31º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DF94 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB120223148-
CMYK0.4600.340.13
HSL136.31º61.68%67.25%-
HSV(B)136.31º46.19%87.45%-
XYZ39.4858.9137.31-
YUV183.65107.8882.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 223 (87.5% from 255) = 45.42%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=24.44%
G=45.42%
B=30.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202231480.4600.340.13136.3161.6867.25
Hex78DF942E022D883e43
Octal170337224560421521076103
Binary1111000110111111001010010111001000101101100010001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78df94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,223,148); }

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

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

 a { background-color: rgb(120,223,148); }

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

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

 span { border-color: rgb(120,223,148); }

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