#78C285

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

Shades of De York #78C285

Tints of De York #78C285

Color information

#78C285 (or 0x78C285) is unknown color: approx De York. HEX triplet: 78, C2 and 85. RGB value is (120,194,133). Sum of RGB (Red+Green+Blue) = 120+194+133=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #78C285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C285 is #873D7A. Grayscale: #A5A5A5. Windows color (decimal): -8863099 or 8766072. OLE color: 8766072.

HSL color Cylindrical-coordinate representation of color #78C285: hue angle of 130.54º 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 #78C285 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB120194133-
CMYK0.3800.310.24
HSL130.54º37.76%61.57%-
HSV(B)130.54º38.14%76.08%-
XYZ31.2744.2729.09-
YUV164.92109.9895.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.85%
GREEN value IS 194 (76.17% from 255) = 43.40%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=26.85%
G=43.40%
B=29.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201941330.3800.310.24130.5437.7661.57
Hex78C2852601F1883263e
Octal17030220546037302034676
Binary111100011000010100001011001100111111100010000011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,194,133); }

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

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

 a { background-color: rgb(120,194,133); }

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

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

 span { border-color: rgb(120,194,133); }

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