#42AC52

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

Shades of Fruit Salad #42AC52

Tints of Fruit Salad #42AC52

Color information

#42AC52 (or 0x42AC52) is unknown color: approx Fruit Salad. HEX triplet: 42, AC and 52. RGB value is (66,172,82). Sum of RGB (Red+Green+Blue) = 66+172+82=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC52 is #BD53AD. Grayscale: #828282. Windows color (decimal): -12407726 or 5418050. OLE color: 5418050.

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

Color convert

RGB6617282-
CMYK0.6200.520.33
HSL129.06º44.54%46.67%-
HSV(B)129.06º61.63%67.45%-
XYZ18.5231.2713.04-
YUV130.05100.8882.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 172 (67.58% from 255) = 53.75%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=20.62%
G=53.75%
B=25.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172820.6200.520.33129.0644.5446.67
Hex42AC523E03421812d2f
Octal10225412276064412015557
Binary1000010101011001010010111110011010010000110000001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,172,82); }

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

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

 a { background-color: rgb(66,172,82); }

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

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

 span { border-color: rgb(66,172,82); }

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