#76E461

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

Shades of Pastel Green #76E461

Tints of Pastel Green #76E461

Color information

#76E461 (or 0x76E461) is unknown color: approx Pastel Green. HEX triplet: 76, E4 and 61. RGB value is (118,228,97). Sum of RGB (Red+Green+Blue) = 118+228+97=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #76E461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76E461 is #891B9E. Grayscale: #B4B4B4. Windows color (decimal): -8985503 or 6415478. OLE color: 6415478.

HSL color Cylindrical-coordinate representation of color #76E461: hue angle of 110.38º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76E461 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB11822897-
CMYK0.4800.570.11
HSL110.38º70.81%63.73%-
HSV(B)110.38º57.46%89.41%-
XYZ37.3760.220.96-
YUV180.1881.0683.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 228 (89.45% from 255) = 51.47%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=26.64%
G=51.47%
B=21.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118228970.4800.570.11110.3870.8163.73
Hex76E46130039B6e4740
Octal1663441416007113156107100
Binary111011011100100110000111000001110011011110111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,228,97); }

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

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

 a { background-color: rgb(118,228,97); }

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

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

 span { border-color: rgb(118,228,97); }

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