#78CF7A

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

Shades of Pastel Green #78CF7A

Tints of Pastel Green #78CF7A

Color information

#78CF7A (or 0x78CF7A) is unknown color: approx Pastel Green. HEX triplet: 78, CF and 7A. RGB value is (120,207,122). Sum of RGB (Red+Green+Blue) = 120+207+122=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF7A is #873085. Grayscale: #ABABAB. Windows color (decimal): -8859782 or 8048504. OLE color: 8048504.

HSL color Cylindrical-coordinate representation of color #78CF7A: hue angle of 121.38º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CF7A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB120207122-
CMYK0.4200.410.19
HSL121.38º47.54%64.12%-
HSV(B)121.38º42.03%81.18%-
XYZ33.5750.0226.3-
YUV171.3100.1891.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 207 (81.25% from 255) = 46.10%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=26.73%
G=46.10%
B=27.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202071220.4200.410.19121.3847.5464.12
Hex78CF7A2A02913793040
Octal170317172520512317160100
Binary111100011001111111101010101001010011001111110011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,207,122); }

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

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

 a { background-color: rgb(120,207,122); }

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

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

 span { border-color: rgb(120,207,122); }

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