#42AB42

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

Shades of Fruit Salad #42AB42

Tints of Fruit Salad #42AB42

Color information

#42AB42 (or 0x42AB42) is unknown color: approx Fruit Salad. HEX triplet: 42, AB and 42. RGB value is (66,171,66). Sum of RGB (Red+Green+Blue) = 66+171+66=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB42 is #BD54BD. Grayscale: #7F7F7F. Windows color (decimal): -12407998 or 4369218. OLE color: 4369218.

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

Color convert

RGB6617166-
CMYK0.6100.610.33
HSL120º44.3%46.47%-
HSV(B)120º61.4%67.06%-
XYZ17.7930.6810.14-
YUV127.6493.2184.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=21.78%
G=56.44%
B=21.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66171660.6100.610.3312044.346.47
Hex42AB423D03D21782c2e
Octal10225310275075411705456
Binary100001010101011100001011110101111011000011111000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,171,66); }

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

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

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

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

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

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

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