#76C384

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

Shades of De York #76C384

Tints of De York #76C384

Color information

#76C384 (or 0x76C384) is unknown color: approx De York. HEX triplet: 76, C3 and 84. RGB value is (118,195,132). Sum of RGB (Red+Green+Blue) = 118+195+132=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #76C384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C384 is #893C7B. Grayscale: #A4A4A4. Windows color (decimal): -8993916 or 8700790. OLE color: 8700790.

HSL color Cylindrical-coordinate representation of color #76C384: hue angle of 130.91º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C384 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB118195132-
CMYK0.3900.320.24
HSL130.91º39.09%61.37%-
HSV(B)130.91º39.49%76.47%-
XYZ31.1544.5528.79-
YUV164.8109.4994.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 195 (76.56% from 255) = 43.82%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=26.52%
G=43.82%
B=29.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181951320.3900.320.24130.9139.0961.37
Hex76C384270201883273d
Octal16630320447040302034775
Binary1110110110000111000010010011101000001100010000011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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