#42B33C

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

Shades of Fruit Salad #42B33C

Tints of Fruit Salad #42B33C

Color information

#42B33C (or 0x42B33C) is unknown color: approx Fruit Salad. HEX triplet: 42, B3 and 3C. RGB value is (66,179,60). Sum of RGB (Red+Green+Blue) = 66+179+60=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #42B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B33C is #BD4CC3. Grayscale: #848484. Windows color (decimal): -12405956 or 3978050. OLE color: 3978050.

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

Color convert

RGB6617960-
CMYK0.6300.660.30
HSL116.97º49.79%46.86%-
HSV(B)116.97º66.48%70.2%-
XYZ19.1833.729.77-
YUV131.6587.5681.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 179 (70.31% from 255) = 58.69%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=21.64%
G=58.69%
B=19.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66179600.6300.660.30116.9749.7946.86
Hex42B33C3F0421E75322f
Octal10226374770102361656257
Binary10000101011001111110011111101000010111101110101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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