#78F181

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

Shades of Pastel Green #78F181

Tints of Pastel Green #78F181

Color information

#78F181 (or 0x78F181) is unknown color: approx Pastel Green. HEX triplet: 78, F1 and 81. RGB value is (120,241,129). Sum of RGB (Red+Green+Blue) = 120+241+129=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #78F181 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F181 is #870E7E. Grayscale: #C0C0C0. Windows color (decimal): -8851071 or 8515960. OLE color: 8515960.

HSL color Cylindrical-coordinate representation of color #78F181: hue angle of 124.46º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F181 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB120241129-
CMYK0.5000.460.05
HSL124.46º81.21%70.78%-
HSV(B)124.46º50.21%94.51%-
XYZ43.1668.4931.71-
YUV192.0592.4176.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.49%
GREEN value IS 241 (94.53% from 255) = 49.18%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=24.49%
G=49.18%
B=26.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202411290.5000.460.05124.4681.2170.78
Hex78F1813202E57c5147
Octal170361201620565174121107
Binary111100011110001100000011100100101110101111110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78F181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78F181; }

 p { color: rgb(120,241,129); }

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

<style>
 a { background-color: #78F181; }

 a { background-color: rgb(120,241,129); }

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

<style>
 span { border-color: #78F181; }

 span { border-color: rgb(120,241,129); }

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