#76DA2F

Color #76DA2F Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #76DA2F

Tints of Yellow Green #76DA2F

Color information

#76DA2F (or 0x76DA2F) is unknown color: approx Yellow Green. HEX triplet: 76, DA and 2F. RGB value is (118,218,47). Sum of RGB (Red+Green+Blue) = 118+218+47=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DA2F is #8925D0. Grayscale: #A9A9A9. Windows color (decimal): -8988113 or 3136118. OLE color: 3136118.

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

Color convert

RGB11821847-
CMYK0.4600.780.15
HSL95.09º69.8%51.96%-
HSV(B)95.09º78.44%85.49%-
XYZ33.0654.211.41-
YUV168.6159.3791.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 218 (85.55% from 255) = 56.92%
BLUE value IS 47 (18.75% from 255) = 12.27%
R=30.81%
G=56.92%
B=12.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118218470.4600.780.1595.0969.851.96
Hex76DA2F2E04EF5f4634
Octal166332575601161713710664
Binary11101101101101010111110111001001110111110111111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,218,47); }

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

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

 a { background-color: rgb(118,218,47); }

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

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

 span { border-color: rgb(118,218,47); }

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