#42AD35

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

Shades of Fruit Salad #42AD35

Tints of Fruit Salad #42AD35

Color information

#42AD35 (or 0x42AD35) is unknown color: approx Fruit Salad. HEX triplet: 42, AD and 35. RGB value is (66,173,53). Sum of RGB (Red+Green+Blue) = 66+173+53=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD35 is #BD52CA. Grayscale: #7F7F7F. Windows color (decimal): -12407499 or 3517762. OLE color: 3517762.

HSL color Cylindrical-coordinate representation of color #42AD35: hue angle of 113.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42AD35 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB6617353-
CMYK0.6200.690.32
HSL113.5º53.1%44.31%-
HSV(B)113.5º69.36%67.84%-
XYZ17.8331.38.47-
YUV127.3386.0584.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 173 (67.97% from 255) = 59.25%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=22.60%
G=59.25%
B=18.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66173530.6200.690.32113.553.144.31
Hex42AD353E0452072352c
Octal10225565760105401626554
Binary100001010101101110101111110010001011000001110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,173,53); }

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

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

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

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

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

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

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