#42A04E

Color #42A04E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #42A04E

Tints of Fruit Salad #42A04E

Color information

#42A04E (or 0x42A04E) is unknown color: approx Fruit Salad. HEX triplet: 42, A0 and 4E. RGB value is (66,160,78). Sum of RGB (Red+Green+Blue) = 66+160+78=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #42A04E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A04E is #BD5FB1. Grayscale: #7A7A7A. Windows color (decimal): -12410802 or 5152834. OLE color: 5152834.

HSL color Cylindrical-coordinate representation of color #42A04E: hue angle of 127.66º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A04E is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB6616078-
CMYK0.5900.510.37
HSL127.66º41.59%44.31%-
HSV(B)127.66º58.75%62.75%-
XYZ16.1926.8511.54-
YUV122.55102.8687.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 160 (62.89% from 255) = 52.63%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=21.71%
G=52.63%
B=25.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66160780.5900.510.37127.6641.5944.31
Hex42A04E3B03325802a2c
Octal10224011673063452005254
Binary1000010101000001001110111011011001110010110000000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A04E; }

 p { color: rgb(66,160,78); }

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

<style>
 a { background-color: #42A04E; }

 a { background-color: rgb(66,160,78); }

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

<style>
 span { border-color: #42A04E; }

 span { border-color: rgb(66,160,78); }

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