#42B145

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

Shades of Fruit Salad #42B145

Tints of Fruit Salad #42B145

Color information

#42B145 (or 0x42B145) is unknown color: approx Fruit Salad. HEX triplet: 42, B1 and 45. RGB value is (66,177,69). Sum of RGB (Red+Green+Blue) = 66+177+69=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #42B145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B145 is #BD4EBA. Grayscale: #838383. Windows color (decimal): -12406459 or 4567362. OLE color: 4567362.

HSL color Cylindrical-coordinate representation of color #42B145: hue angle of 121.62º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B145 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB6617769-
CMYK0.6300.610.31
HSL121.62º45.68%47.65%-
HSV(B)121.62º62.71%69.41%-
XYZ19.0433.0311-
YUV131.592.7381.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 177 (69.53% from 255) = 56.73%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=21.15%
G=56.73%
B=22.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66177690.6300.610.31121.6245.6847.65
Hex42B1453F03D1F7a2e30
Octal10226110577075371725660
Binary10000101011000110001011111110111101111111111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,177,69); }

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

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

 a { background-color: rgb(66,177,69); }

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

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

 span { border-color: rgb(66,177,69); }

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