#76D98D

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

Shades of De York #76D98D

Tints of De York #76D98D

Color information

#76D98D (or 0x76D98D) is unknown color: approx De York. HEX triplet: 76, D9 and 8D. RGB value is (118,217,141). Sum of RGB (Red+Green+Blue) = 118+217+141=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #76D98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D98D is #892672. Grayscale: #B2B2B2. Windows color (decimal): -8988275 or 9296246. OLE color: 9296246.

HSL color Cylindrical-coordinate representation of color #76D98D: hue angle of 133.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D98D is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB118217141-
CMYK0.4600.350.15
HSL133.94º56.57%65.69%-
HSV(B)133.94º45.62%85.1%-
XYZ37.0955.433.94-
YUV178.74106.784.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.79%
GREEN value IS 217 (85.16% from 255) = 45.59%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=24.79%
G=45.59%
B=29.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171410.4600.350.15133.9456.5765.69
Hex76D98D2E023F863942
Octal166331215560431720671102
Binary1110110110110011000110110111001000111111100001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,217,141); }

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

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

 a { background-color: rgb(118,217,141); }

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

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

 span { border-color: rgb(118,217,141); }

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