#77F182

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

Shades of Pastel Green #77F182

Tints of Pastel Green #77F182

Color information

#77F182 (or 0x77F182) is unknown color: approx Pastel Green. HEX triplet: 77, F1 and 82. RGB value is (119,241,130). Sum of RGB (Red+Green+Blue) = 119+241+130=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #77F182 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F182 is #880E7D. Grayscale: #C0C0C0. Windows color (decimal): -8916606 or 8581495. OLE color: 8581495.

HSL color Cylindrical-coordinate representation of color #77F182: hue angle of 125.41º degrees, saturation: 0.81, 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 #77F182 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB119241130-
CMYK0.5100.460.05
HSL125.41º81.33%70.59%-
HSV(B)125.41º50.62%94.51%-
XYZ43.0968.4432.06-
YUV191.8793.0876.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.29%
GREEN value IS 241 (94.53% from 255) = 49.18%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=24.29%
G=49.18%
B=26.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192411300.5100.460.05125.4181.3370.59
Hex77F1823302E57d5147
Octal167361202630565175121107
Binary111011111110001100000101100110101110101111110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77F182; }

 p { color: rgb(119,241,130); }

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

<style>
 a { background-color: #77F182; }

 a { background-color: rgb(119,241,130); }

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

<style>
 span { border-color: #77F182; }

 span { border-color: rgb(119,241,130); }

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