#42AF41

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

Shades of Fruit Salad #42AF41

Tints of Fruit Salad #42AF41

Color information

#42AF41 (or 0x42AF41) is unknown color: approx Fruit Salad. HEX triplet: 42, AF and 41. RGB value is (66,175,65). Sum of RGB (Red+Green+Blue) = 66+175+65=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF41 is #BD50BE. Grayscale: #828282. Windows color (decimal): -12406975 or 4304706. OLE color: 4304706.

HSL color Cylindrical-coordinate representation of color #42AF41: hue angle of 119.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42AF41 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB6617565-
CMYK0.6200.630.31
HSL119.45º45.83%47.06%-
HSV(B)119.45º62.86%68.63%-
XYZ18.5332.210.24-
YUV129.8791.3982.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 175 (68.75% from 255) = 57.19%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=21.57%
G=57.19%
B=21.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66175650.6200.630.31119.4545.8347.06
Hex42AF413E03F1F772e2f
Octal10225710176077371675657
Binary10000101010111110000011111100111111111111110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,175,65); }

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

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

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

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

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

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

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