#78CB71

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

Shades of Pastel Green #78CB71

Tints of Pastel Green #78CB71

Color information

#78CB71 (or 0x78CB71) is unknown color: approx Pastel Green. HEX triplet: 78, CB and 71. RGB value is (120,203,113). Sum of RGB (Red+Green+Blue) = 120+203+113=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #78CB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CB71 is #87348E. Grayscale: #A8A8A8. Windows color (decimal): -8860815 or 7457656. OLE color: 7457656.

HSL color Cylindrical-coordinate representation of color #78CB71: hue angle of 115.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78CB71 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB120203113-
CMYK0.4100.440.20
HSL115.33º46.39%61.96%-
HSV(B)115.33º44.33%79.61%-
XYZ32.0847.923.18-
YUV167.929793.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 203 (79.69% from 255) = 46.56%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=27.52%
G=46.56%
B=25.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202031130.4100.440.20115.3346.3961.96
Hex78CB712902C14732e3e
Octal17031316151054241635676
Binary11110001100101111100011010010101100101001110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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