#76F074

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

Shades of Pastel Green #76F074

Tints of Pastel Green #76F074

Color information

#76F074 (or 0x76F074) is unknown color: approx Pastel Green. HEX triplet: 76, F0 and 74. RGB value is (118,240,116). Sum of RGB (Red+Green+Blue) = 118+240+116=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #76F074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F074 is #890F8B. Grayscale: #BDBDBD. Windows color (decimal): -8982412 or 7663734. OLE color: 7663734.

HSL color Cylindrical-coordinate representation of color #76F074: hue angle of 119.03º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F074 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB118240116-
CMYK0.5100.520.06
HSL119.03º80.52%69.8%-
HSV(B)119.03º51.67%94.12%-
XYZ41.7867.4327.34-
YUV189.3986.5877.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 240 (94.14% from 255) = 50.63%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=24.89%
G=50.63%
B=24.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182401160.5100.520.06119.0380.5269.8
Hex76F074330346775146
Octal166360164630646167121106
Binary11101101111000011101001100110110100110111011110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,240,116); }

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

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

 a { background-color: rgb(118,240,116); }

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

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

 span { border-color: rgb(118,240,116); }

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