#42AD4A

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

Shades of Fruit Salad #42AD4A

Tints of Fruit Salad #42AD4A

Color information

#42AD4A (or 0x42AD4A) is unknown color: approx Fruit Salad. HEX triplet: 42, AD and 4A. RGB value is (66,173,74). Sum of RGB (Red+Green+Blue) = 66+173+74=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD4A is #BD52B5. Grayscale: #828282. Windows color (decimal): -12407478 or 4894018. OLE color: 4894018.

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

Color convert

RGB6617374-
CMYK0.6200.570.32
HSL124.49º44.77%46.86%-
HSV(B)124.49º61.85%67.84%-
XYZ18.4331.5411.6-
YUV129.7296.5582.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 173 (67.97% from 255) = 55.27%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=21.09%
G=55.27%
B=23.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66173740.6200.570.32124.4944.7746.86
Hex42AD4A3E039207c2d2f
Octal10225511276071401745557
Binary100001010101101100101011111001110011000001111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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