#76C282

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

Shades of De York #76C282

Tints of De York #76C282

Color information

#76C282 (or 0x76C282) is unknown color: approx De York. HEX triplet: 76, C2 and 82. RGB value is (118,194,130). Sum of RGB (Red+Green+Blue) = 118+194+130=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #76C282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C282 is #893D7D. Grayscale: #A4A4A4. Windows color (decimal): -8994174 or 8569462. OLE color: 8569462.

HSL color Cylindrical-coordinate representation of color #76C282: hue angle of 129.47º degrees, saturation: 0.38, 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 #76C282 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB118194130-
CMYK0.3900.330.24
HSL129.47º38.38%61.18%-
HSV(B)129.47º39.18%76.08%-
XYZ30.7944.0528-
YUV163.98108.8295.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 194 (76.17% from 255) = 43.89%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=26.70%
G=43.89%
B=29.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181941300.3900.330.24129.4738.3861.18
Hex76C282270211881263d
Octal16630220247041302014675
Binary1110110110000101000001010011101000011100010000001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,194,130); }

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

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

 a { background-color: rgb(118,194,130); }

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

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

 span { border-color: rgb(118,194,130); }

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