#76D384

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

Shades of De York #76D384

Tints of De York #76D384

Color information

#76D384 (or 0x76D384) is unknown color: approx De York. HEX triplet: 76, D3 and 84. RGB value is (118,211,132). Sum of RGB (Red+Green+Blue) = 118+211+132=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #76D384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D384 is #892C7B. Grayscale: #AEAEAE. Windows color (decimal): -8989820 or 8704886. OLE color: 8704886.

HSL color Cylindrical-coordinate representation of color #76D384: hue angle of 129.03º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D384 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB118211132-
CMYK0.4400.370.17
HSL129.03º51.38%64.51%-
HSV(B)129.03º44.08%82.75%-
XYZ34.9352.1130.05-
YUV174.19104.1987.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 211 (82.81% from 255) = 45.77%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=25.60%
G=45.77%
B=28.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1182111320.4400.370.17129.0351.3864.51
Hex76D3842C02511813341
Octal166323204540452120163101
Binary11101101101001110000100101100010010110001100000011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76D384; }

 p { color: rgb(118,211,132); }

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

<style>
 a { background-color: #76D384; }

 a { background-color: rgb(118,211,132); }

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

<style>
 span { border-color: #76D384; }

 span { border-color: rgb(118,211,132); }

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