#76F271

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

Shades of Pastel Green #76F271

Tints of Pastel Green #76F271

Color information

#76F271 (or 0x76F271) is unknown color: approx Pastel Green. HEX triplet: 76, F2 and 71. RGB value is (118,242,113). Sum of RGB (Red+Green+Blue) = 118+242+113=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #76F271 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F271 is #890D8E. Grayscale: #BEBEBE. Windows color (decimal): -8981903 or 7467638. OLE color: 7467638.

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

Color convert

RGB118242113-
CMYK0.5100.530.05
HSL117.67º83.23%69.61%-
HSV(B)117.67º53.31%94.9%-
XYZ42.268.5526.63-
YUV190.2284.4276.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 242 (94.92% from 255) = 51.16%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=24.95%
G=51.16%
B=23.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182421130.5100.530.05117.6783.2369.61
Hex76F271330355765346
Octal166362161630655166123106
Binary11101101111001011100011100110110101101111011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,242,113); }

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

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

 a { background-color: rgb(118,242,113); }

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

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

 span { border-color: rgb(118,242,113); }

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