#46B254

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

Shades of Fruit Salad #46B254

Tints of Fruit Salad #46B254

Color information

#46B254 (or 0x46B254) is unknown color: approx Fruit Salad. HEX triplet: 46, B2 and 54. RGB value is (70,178,84). Sum of RGB (Red+Green+Blue) = 70+178+84=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #46B254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B254 is #B94DAB. Grayscale: #878787. Windows color (decimal): -12144044 or 5550662. OLE color: 5550662.

HSL color Cylindrical-coordinate representation of color #46B254: hue angle of 127.78º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B254 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB7017884-
CMYK0.6100.530.30
HSL127.78º43.55%48.63%-
HSV(B)127.78º60.67%69.8%-
XYZ20.0533.7813.85-
YUV134.9999.2281.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 178 (69.92% from 255) = 53.61%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=21.08%
G=53.61%
B=25.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70178840.6100.530.30127.7843.5548.63
Hex46B2543D0351E802c31
Octal10626212475065362005461
Binary100011010110010101010011110101101011111010000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46B254; }

 p { color: rgb(70,178,84); }

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

<style>
 a { background-color: #46B254; }

 a { background-color: rgb(70,178,84); }

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

<style>
 span { border-color: #46B254; }

 span { border-color: rgb(70,178,84); }

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