#78E071

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

Shades of Pastel Green #78E071

Tints of Pastel Green #78E071

Color information

#78E071 (or 0x78E071) is unknown color: approx Pastel Green. HEX triplet: 78, E0 and 71. RGB value is (120,224,113). Sum of RGB (Red+Green+Blue) = 120+224+113=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #78E071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78E071 is #871F8E. Grayscale: #B4B4B4. Windows color (decimal): -8855439 or 7463032. OLE color: 7463032.

HSL color Cylindrical-coordinate representation of color #78E071: hue angle of 116.22º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78E071 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB120224113-
CMYK0.4600.500.12
HSL116.22º64.16%66.08%-
HSV(B)116.22º49.55%87.84%-
XYZ37.3858.524.94-
YUV180.2590.0485.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.26%
GREEN value IS 224 (87.89% from 255) = 49.02%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=26.26%
G=49.02%
B=24.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1202241130.4600.500.12116.2264.1666.08
Hex78E0712E032C744042
Octal1703401615606214164100102
Binary111100011100000111000110111001100101100111010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,224,113); }

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

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

 a { background-color: rgb(120,224,113); }

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

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

 span { border-color: rgb(120,224,113); }

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