#42AE43

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

Shades of Fruit Salad #42AE43

Tints of Fruit Salad #42AE43

Color information

#42AE43 (or 0x42AE43) is unknown color: approx Fruit Salad. HEX triplet: 42, AE and 43. RGB value is (66,174,67). Sum of RGB (Red+Green+Blue) = 66+174+67=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AE43 is #BD51BC. Grayscale: #818181. Windows color (decimal): -12407229 or 4435522. OLE color: 4435522.

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

Color convert

RGB6617467-
CMYK0.6200.610.32
HSL120.56º45%47.06%-
HSV(B)120.56º62.07%68.24%-
XYZ18.431.8410.49-
YUV129.5192.7282.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=21.50%
G=56.68%
B=21.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66174670.6200.610.32120.564547.06
Hex42AE433E03D20792d2f
Octal10225610376075401715557
Binary100001010101110100001111111001111011000001111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,174,67); }

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

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

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

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

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

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

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