#78EA69

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

Shades of Pastel Green #78EA69

Tints of Pastel Green #78EA69

Color information

#78EA69 (or 0x78EA69) is unknown color: approx Pastel Green. HEX triplet: 78, EA and 69. RGB value is (120,234,105). Sum of RGB (Red+Green+Blue) = 120+234+105=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #78EA69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EA69 is #871596. Grayscale: #B9B9B9. Windows color (decimal): -8852887 or 6941304. OLE color: 6941304.

HSL color Cylindrical-coordinate representation of color #78EA69: hue angle of 113.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78EA69 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB120234105-
CMYK0.4900.550.08
HSL113.02º75.44%66.47%-
HSV(B)113.02º55.13%91.76%-
XYZ39.7263.8623.6-
YUV185.2182.7381.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 234 (91.80% from 255) = 50.98%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=26.14%
G=50.98%
B=22.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1202341050.4900.550.08113.0275.4466.47
Hex78EA69310378714b42
Octal1703521516106710161113102
Binary111100011101010110100111000101101111000111000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,234,105); }

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

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

 a { background-color: rgb(120,234,105); }

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

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

 span { border-color: rgb(120,234,105); }

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