#76F382

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

Shades of Pastel Green #76F382

Tints of Pastel Green #76F382

Color information

#76F382 (or 0x76F382) is unknown color: approx Pastel Green. HEX triplet: 76, F3 and 82. RGB value is (118,243,130). Sum of RGB (Red+Green+Blue) = 118+243+130=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #76F382 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F382 is #890C7D. Grayscale: #C1C1C1. Windows color (decimal): -8981630 or 8582006. OLE color: 8582006.

HSL color Cylindrical-coordinate representation of color #76F382: hue angle of 125.76º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F382 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB118243130-
CMYK0.5100.470.05
HSL125.76º83.89%70.78%-
HSV(B)125.76º51.44%95.29%-
XYZ43.5569.5632.25-
YUV192.7492.5974.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=24.03%
G=49.49%
B=26.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182431300.5100.470.05125.7683.8970.78
Hex76F3823302F57e5447
Octal166363202630575176124107
Binary111011011110011100000101100110101111101111111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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