#42AE44

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

Shades of Fruit Salad #42AE44

Tints of Fruit Salad #42AE44

Color information

#42AE44 (or 0x42AE44) is unknown color: approx Fruit Salad. HEX triplet: 42, AE and 44. RGB value is (66,174,68). Sum of RGB (Red+Green+Blue) = 66+174+68=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AE44 is #BD51BB. Grayscale: #818181. Windows color (decimal): -12407228 or 4501058. OLE color: 4501058.

HSL color Cylindrical-coordinate representation of color #42AE44: hue angle of 121.11º 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 #42AE44 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB6617468-
CMYK0.6200.610.32
HSL121.11º45%47.06%-
HSV(B)121.11º62.07%68.24%-
XYZ18.4331.8510.64-
YUV129.6293.2282.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=21.43%
G=56.49%
B=22.08%

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
Decimal66174680.6200.610.32121.114547.06
Hex42AE443E03D20792d2f
Octal10225610476075401715557
Binary100001010101110100010011111001111011000001111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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