#42B54A

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

Shades of Fruit Salad #42B54A

Tints of Fruit Salad #42B54A

Color information

#42B54A (or 0x42B54A) is unknown color: approx Fruit Salad. HEX triplet: 42, B5 and 4A. RGB value is (66,181,74). Sum of RGB (Red+Green+Blue) = 66+181+74=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #42B54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B54A is #BD4AB5. Grayscale: #868686. Windows color (decimal): -12405430 or 4896066. OLE color: 4896066.

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

Color convert

RGB6618174-
CMYK0.6400.590.29
HSL124.17º46.56%48.43%-
HSV(B)124.17º63.54%70.98%-
XYZ20.0134.712.12-
YUV134.4293.979.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 181 (71.09% from 255) = 56.39%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=20.56%
G=56.39%
B=23.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66181740.6400.590.29124.1746.5648.43
Hex42B54A4003B1D7c2f30
Octal102265112100073351745760
Binary100001010110101100101010000000111011111011111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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