#42A24E

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

Shades of Fruit Salad #42A24E

Tints of Fruit Salad #42A24E

Color information

#42A24E (or 0x42A24E) is unknown color: approx Fruit Salad. HEX triplet: 42, A2 and 4E. RGB value is (66,162,78). Sum of RGB (Red+Green+Blue) = 66+162+78=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #42A24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A24E is #BD5DB1. Grayscale: #7B7B7B. Windows color (decimal): -12410290 or 5153346. OLE color: 5153346.

HSL color Cylindrical-coordinate representation of color #42A24E: hue angle of 127.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A24E is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB6616278-
CMYK0.5900.520.36
HSL127.5º42.11%44.71%-
HSV(B)127.5º59.26%63.53%-
XYZ16.5427.5511.65-
YUV123.72102.286.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 162 (63.67% from 255) = 52.94%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=21.57%
G=52.94%
B=25.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162780.5900.520.36127.542.1144.71
Hex42A24E3B03424802a2d
Octal10224211673064442005255
Binary1000010101000101001110111011011010010010010000000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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