#42B454

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

Shades of Fruit Salad #42B454

Tints of Fruit Salad #42B454

Color information

#42B454 (or 0x42B454) is unknown color: approx Fruit Salad. HEX triplet: 42, B4 and 54. RGB value is (66,180,84). Sum of RGB (Red+Green+Blue) = 66+180+84=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #42B454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B454 is #BD4BAB. Grayscale: #878787. Windows color (decimal): -12405676 or 5551170. OLE color: 5551170.

HSL color Cylindrical-coordinate representation of color #42B454: hue angle of 129.47º 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 #42B454 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB6618084-
CMYK0.6300.530.29
HSL129.47º46.34%48.24%-
HSV(B)129.47º63.33%70.59%-
XYZ20.1734.4413.97-
YUV134.9799.2378.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=20%
G=54.55%
B=25.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180840.6300.530.29129.4746.3448.24
Hex42B4543F0351D812e30
Octal10226412477065352015660
Binary100001010110100101010011111101101011110110000001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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