#42B240

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

Shades of Fruit Salad #42B240

Tints of Fruit Salad #42B240

Color information

#42B240 (or 0x42B240) is unknown color: approx Fruit Salad. HEX triplet: 42, B2 and 40. RGB value is (66,178,64). Sum of RGB (Red+Green+Blue) = 66+178+64=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #42B240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B240 is #BD4DBF. Grayscale: #838383. Windows color (decimal): -12406208 or 4239938. OLE color: 4239938.

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

Color convert

RGB6617864-
CMYK0.6300.640.30
HSL118.95º47.11%47.45%-
HSV(B)118.95º64.04%69.8%-
XYZ19.0933.3710.29-
YUV131.5289.8981.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 178 (69.92% from 255) = 57.79%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=21.43%
G=57.79%
B=20.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66178640.6300.640.30118.9547.1147.45
Hex42B2403F0401E772f2f
Octal102262100770100361675757
Binary100001010110010100000011111101000000111101110111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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