#77F073

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

Shades of Pastel Green #77F073

Tints of Pastel Green #77F073

Color information

#77F073 (or 0x77F073) is unknown color: approx Pastel Green. HEX triplet: 77, F0 and 73. RGB value is (119,240,115). Sum of RGB (Red+Green+Blue) = 119+240+115=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #77F073 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #77F073 is #880F8C. Grayscale: #BDBDBD. Windows color (decimal): -8916877 or 7598199. OLE color: 7598199.

HSL color Cylindrical-coordinate representation of color #77F073: hue angle of 118.08º 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 #77F073 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB119240115-
CMYK0.5000.520.06
HSL118.08º80.65%69.61%-
HSV(B)118.08º52.08%94.12%-
XYZ41.8667.4827.04-
YUV189.5785.9177.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.11%
GREEN value IS 240 (94.14% from 255) = 50.63%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=25.11%
G=50.63%
B=24.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1192401150.5000.520.06118.0880.6569.61
Hex77F073320346765146
Octal167360163620646166121106
Binary11101111111000011100111100100110100110111011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,240,115); }

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

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

 a { background-color: rgb(119,240,115); }

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

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

 span { border-color: rgb(119,240,115); }

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