#78f385

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

Shades of Pastel Green #78F385

Tints of Pastel Green #78F385

Color information

#78F385 (or 0x78F385) is unknown color: approx Pastel Green. HEX triplet: 78, F3 and 85. RGB value is (120,243,133). Sum of RGB (Red+Green+Blue) = 120+243+133=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #78F385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F385 is #870C7A. Grayscale: #C2C2C2. Windows color (decimal): -8850555 or 8778616. OLE color: 8778616.

HSL color Cylindrical-coordinate representation of color #78F385: hue angle of 126.34º degrees, saturation: 0.84, 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 #78F385 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB120243133-
CMYK0.5100.450.05
HSL126.34º83.67%71.18%-
HSV(B)126.34º50.62%95.29%-
XYZ44.0369.7933.34-
YUV193.6893.7575.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.19%
GREEN value IS 243 (95.31% from 255) = 48.99%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=24.19%
G=48.99%
B=26.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202431330.5100.450.05126.3483.6771.18
Hex78F3853302D57e5447
Octal170363205630555176124107
Binary111100011110011100001011100110101101101111111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78f385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,243,133); }

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

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

 a { background-color: rgb(120,243,133); }

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

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

 span { border-color: rgb(120,243,133); }

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