#42AF35

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

Shades of Fruit Salad #42AF35

Tints of Fruit Salad #42AF35

Color information

#42AF35 (or 0x42AF35) is unknown color: approx Fruit Salad. HEX triplet: 42, AF and 35. RGB value is (66,175,53). Sum of RGB (Red+Green+Blue) = 66+175+53=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF35 is #BD50CA. Grayscale: #808080. Windows color (decimal): -12406987 or 3518274. OLE color: 3518274.

HSL color Cylindrical-coordinate representation of color #42AF35: hue angle of 113.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AF35 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB6617553-
CMYK0.6200.700.31
HSL113.61º53.51%44.71%-
HSV(B)113.61º69.71%68.63%-
XYZ18.2232.088.6-
YUV128.585.3983.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 175 (68.75% from 255) = 59.52%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=22.45%
G=59.52%
B=18.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66175530.6200.700.31113.6153.5144.71
Hex42AF353E0461F72362d
Octal10225765760106371626655
Binary10000101010111111010111111001000110111111110010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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