#42B440

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

Shades of Fruit Salad #42B440

Tints of Fruit Salad #42B440

Color information

#42B440 (or 0x42B440) is unknown color: approx Fruit Salad. HEX triplet: 42, B4 and 40. RGB value is (66,180,64). Sum of RGB (Red+Green+Blue) = 66+180+64=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #42B440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B440 is #BD4BBF. Grayscale: #858585. Windows color (decimal): -12405696 or 4240450. OLE color: 4240450.

HSL color Cylindrical-coordinate representation of color #42B440: hue angle of 118.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B440 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB6618064-
CMYK0.6300.640.29
HSL118.97º47.54%47.84%-
HSV(B)118.97º64.44%70.59%-
XYZ19.4934.1710.42-
YUV132.6989.2380.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 180 (70.70% from 255) = 58.06%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=21.29%
G=58.06%
B=20.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180640.6300.640.29118.9747.5447.84
Hex42B4403F0401D773030
Octal102264100770100351676060
Binary100001010110100100000011111101000000111011110111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,180,64); }

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

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

 a { background-color: rgb(66,180,64); }

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

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

 span { border-color: rgb(66,180,64); }

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