#78BF42

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

Shades of Apple #78BF42

Tints of Apple #78BF42

Color information

#78BF42 (or 0x78BF42) is unknown color: approx Apple. HEX triplet: 78, BF and 42. RGB value is (120,191,66). Sum of RGB (Red+Green+Blue) = 120+191+66=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BF42 is #8740BD. Grayscale: #9B9B9B. Windows color (decimal): -8863934 or 4374392. OLE color: 4374392.

HSL color Cylindrical-coordinate representation of color #78BF42: hue angle of 94.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78BF42 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB12019166-
CMYK0.3700.650.25
HSL94.08º49.41%50.39%-
HSV(B)94.08º65.45%74.9%-
XYZ27.3641.6511.75-
YUV155.5277.48102.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=31.83%
G=50.66%
B=17.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120191660.3700.650.2594.0849.4150.39
Hex78BF4225041195e3132
Octal170277102450101311366162
Binary111100010111111100001010010101000001110011011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,191,66); }

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

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

 a { background-color: rgb(120,191,66); }

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

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

 span { border-color: rgb(120,191,66); }

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