#42AC41

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

Shades of Fruit Salad #42AC41

Tints of Fruit Salad #42AC41

Color information

#42AC41 (or 0x42AC41) is unknown color: approx Fruit Salad. HEX triplet: 42, AC and 41. RGB value is (66,172,65). Sum of RGB (Red+Green+Blue) = 66+172+65=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC41 is #BD53BE. Grayscale: #808080. Windows color (decimal): -12407743 or 4303938. OLE color: 4303938.

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

Color convert

RGB6617265-
CMYK0.6200.620.33
HSL119.44º45.15%46.47%-
HSV(B)119.44º62.21%67.45%-
XYZ17.9531.0410.05-
YUV128.1192.3883.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 172 (67.58% from 255) = 56.77%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=21.78%
G=56.77%
B=21.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172650.6200.620.33119.4445.1546.47
Hex42AC413E03E21772d2e
Octal10225410176076411675556
Binary100001010101100100000111111001111101000011110111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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