#42B33A

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

Shades of Fruit Salad #42B33A

Tints of Fruit Salad #42B33A

Color information

#42B33A (or 0x42B33A) is unknown color: approx Fruit Salad. HEX triplet: 42, B3 and 3A. RGB value is (66,179,58). Sum of RGB (Red+Green+Blue) = 66+179+58=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #42B33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B33A is #BD4CC5. Grayscale: #838383. Windows color (decimal): -12405958 or 3846978. OLE color: 3846978.

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

Color convert

RGB6617958-
CMYK0.6300.680.30
HSL116.03º51.05%46.47%-
HSV(B)116.03º67.6%70.2%-
XYZ19.1333.79.5-
YUV131.4286.5681.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 179 (70.31% from 255) = 59.08%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=21.78%
G=59.08%
B=19.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66179580.6300.680.30116.0351.0546.47
Hex42B33A3F0441E74332e
Octal10226372770104361646356
Binary10000101011001111101011111101000100111101110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,179,58); }

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

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

 a { background-color: rgb(66,179,58); }

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

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

 span { border-color: rgb(66,179,58); }

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