#42B143

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

Shades of Fruit Salad #42B143

Tints of Fruit Salad #42B143

Color information

#42B143 (or 0x42B143) is unknown color: approx Fruit Salad. HEX triplet: 42, B1 and 43. RGB value is (66,177,67). Sum of RGB (Red+Green+Blue) = 66+177+67=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #42B143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B143 is #BD4EBC. Grayscale: #838383. Windows color (decimal): -12406461 or 4436290. OLE color: 4436290.

HSL color Cylindrical-coordinate representation of color #42B143: hue angle of 120.54º 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 #42B143 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB6617767-
CMYK0.6300.620.31
HSL120.54º45.68%47.65%-
HSV(B)120.54º62.71%69.41%-
XYZ18.9833.0110.68-
YUV131.2791.7381.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 177 (69.53% from 255) = 57.10%
BLUE value IS 67 (26.56% from 255) = 21.61%
R=21.29%
G=57.10%
B=21.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66177670.6300.620.31120.5445.6847.65
Hex42B1433F03E1F792e30
Octal10226110377076371715660
Binary10000101011000110000111111110111110111111111001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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