#42B452

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

Shades of Fruit Salad #42B452

Tints of Fruit Salad #42B452

Color information

#42B452 (or 0x42B452) is unknown color: approx Fruit Salad. HEX triplet: 42, B4 and 52. RGB value is (66,180,82). Sum of RGB (Red+Green+Blue) = 66+180+82=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #42B452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B452 is #BD4BAD. Grayscale: #878787. Windows color (decimal): -12405678 or 5420098. OLE color: 5420098.

HSL color Cylindrical-coordinate representation of color #42B452: hue angle of 128.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B452 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB6618082-
CMYK0.6300.540.29
HSL128.42º46.34%48.24%-
HSV(B)128.42º63.33%70.59%-
XYZ20.0934.4113.57-
YUV134.7498.2378.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 180 (70.70% from 255) = 54.88%
BLUE value IS 82 (32.42% from 255) = 25%
R=20.12%
G=54.88%
B=25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180820.6300.540.29128.4246.3448.24
Hex42B4523F0361D802e30
Octal10226412277066352005660
Binary100001010110100101001011111101101101110110000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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