#76C984

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

Shades of De York #76C984

Tints of De York #76C984

Color information

#76C984 (or 0x76C984) is unknown color: approx De York. HEX triplet: 76, C9 and 84. RGB value is (118,201,132). Sum of RGB (Red+Green+Blue) = 118+201+132=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #76C984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C984 is #89367B. Grayscale: #A8A8A8. Windows color (decimal): -8992380 or 8702326. OLE color: 8702326.

HSL color Cylindrical-coordinate representation of color #76C984: hue angle of 130.12º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C984 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB118201132-
CMYK0.4100.340.21
HSL130.12º43.46%62.55%-
HSV(B)130.12º41.29%78.82%-
XYZ32.5247.2929.24-
YUV168.32107.592.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 201 (78.91% from 255) = 44.57%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=26.16%
G=44.57%
B=29.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182011320.4100.340.21130.1243.4662.55
Hex76C9842902215822b3f
Octal16631120451042252025377
Binary1110110110010011000010010100101000101010110000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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