#42B43D

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

Shades of Fruit Salad #42B43D

Tints of Fruit Salad #42B43D

Color information

#42B43D (or 0x42B43D) is unknown color: approx Fruit Salad. HEX triplet: 42, B4 and 3D. RGB value is (66,180,61). Sum of RGB (Red+Green+Blue) = 66+180+61=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #42B43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B43D is #BD4BC2. Grayscale: #848484. Windows color (decimal): -12405699 or 4043842. OLE color: 4043842.

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

Color convert

RGB6618061-
CMYK0.6300.660.29
HSL117.48º49.38%47.25%-
HSV(B)117.48º66.11%70.59%-
XYZ19.4134.149.98-
YUV132.3587.7380.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 180 (70.70% from 255) = 58.63%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=21.50%
G=58.63%
B=19.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180610.6300.660.29117.4849.3847.25
Hex42B43D3F0421D75312f
Octal10226475770102351656157
Binary10000101011010011110111111101000010111011110101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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