#42A33F

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

Shades of Fruit Salad #42A33F

Tints of Fruit Salad #42A33F

Color information

#42A33F (or 0x42A33F) is unknown color: approx Fruit Salad. HEX triplet: 42, A3 and 3F. RGB value is (66,163,63). Sum of RGB (Red+Green+Blue) = 66+163+63=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #42A33F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A33F is #BD5CC0. Grayscale: #7A7A7A. Windows color (decimal): -12410049 or 4170562. OLE color: 4170562.

HSL color Cylindrical-coordinate representation of color #42A33F: hue angle of 118.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A33F is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB6616363-
CMYK0.6000.610.36
HSL118.2º44.25%44.31%-
HSV(B)118.2º61.35%63.92%-
XYZ16.2427.719.2-
YUV122.694.3687.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 163 (64.06% from 255) = 55.82%
BLUE value IS 63 (25% from 255) = 21.58%
R=22.60%
G=55.82%
B=21.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66163630.6000.610.36118.244.2544.31
Hex42A33F3C03D24762c2c
Octal1022437774075441665454
Binary10000101010001111111111110001111011001001110110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,163,63); }

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

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

 a { background-color: rgb(66,163,63); }

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

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

 span { border-color: rgb(66,163,63); }

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