#3BB84A

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

Shades of Fruit Salad #3BB84A

Tints of Fruit Salad #3BB84A

Color information

#3BB84A (or 0x3BB84A) is unknown color: approx Fruit Salad. HEX triplet: 3B, B8 and 4A. RGB value is (59,184,74). Sum of RGB (Red+Green+Blue) = 59+184+74=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #3BB84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB84A is #C447B5. Grayscale: #868686. Windows color (decimal): -12863414 or 4896827. OLE color: 4896827.

HSL color Cylindrical-coordinate representation of color #3BB84A: hue angle of 127.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB84A is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB5918474-
CMYK0.6800.600.28
HSL127.2º51.44%47.65%-
HSV(B)127.2º67.93%72.16%-
XYZ20.1835.7112.31-
YUV134.0894.0974.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 184 (72.27% from 255) = 58.04%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=18.61%
G=58.04%
B=23.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal59184740.6800.600.28127.251.4447.65
Hex3BB84A4403C1C7f3330
Octal73270112104074341776360
Binary11101110111000100101010001000111100111001111111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BB84A; }

 p { color: rgb(59,184,74); }

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

<style>
 a { background-color: #3BB84A; }

 a { background-color: rgb(59,184,74); }

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

<style>
 span { border-color: #3BB84A; }

 span { border-color: rgb(59,184,74); }

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