#42B445

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

Shades of Fruit Salad #42B445

Tints of Fruit Salad #42B445

Color information

#42B445 (or 0x42B445) is unknown color: approx Fruit Salad. HEX triplet: 42, B4 and 45. RGB value is (66,180,69). Sum of RGB (Red+Green+Blue) = 66+180+69=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #42B445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B445 is #BD4BBA. Grayscale: #858585. Windows color (decimal): -12405691 or 4568130. OLE color: 4568130.

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

Color convert

RGB6618069-
CMYK0.6300.620.29
HSL121.58º46.34%48.24%-
HSV(B)121.58º63.33%70.59%-
XYZ19.6434.2311.2-
YUV133.2691.7380.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 180 (70.70% from 255) = 57.14%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=20.95%
G=57.14%
B=21.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180690.6300.620.29121.5846.3448.24
Hex42B4453F03E1D7a2e30
Octal10226410577076351725660
Binary10000101011010010001011111110111110111011111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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