#76EB6A

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

Shades of Pastel Green #76EB6A

Tints of Pastel Green #76EB6A

Color information

#76EB6A (or 0x76EB6A) is unknown color: approx Pastel Green. HEX triplet: 76, EB and 6A. RGB value is (118,235,106). Sum of RGB (Red+Green+Blue) = 118+235+106=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #76EB6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76EB6A is #891495. Grayscale: #B9B9B9. Windows color (decimal): -8983702 or 7007094. OLE color: 7007094.

HSL color Cylindrical-coordinate representation of color #76EB6A: hue angle of 114.42º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76EB6A is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB118235106-
CMYK0.5000.550.08
HSL114.42º76.33%66.86%-
HSV(B)114.42º54.89%92.16%-
XYZ39.7864.3123.95-
YUV185.3183.2479.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 235 (92.19% from 255) = 51.20%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=25.71%
G=51.20%
B=23.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182351060.5000.550.08114.4276.3366.86
Hex76EB6A320378724c43
Octal1663531526206710162114103
Binary111011011101011110101011001001101111000111001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,235,106); }

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

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

 a { background-color: rgb(118,235,106); }

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

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

 span { border-color: rgb(118,235,106); }

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