#3db250

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

Shades of Fruit Salad #3DB250

Tints of Fruit Salad #3DB250

Color information

#3DB250 (or 0x3DB250) is unknown color: approx Fruit Salad. HEX triplet: 3D, B2 and 50. RGB value is (61,178,80). Sum of RGB (Red+Green+Blue) = 61+178+80=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB250 is #C24DAF. Grayscale: #848484. Windows color (decimal): -12733872 or 5288509. OLE color: 5288509.

HSL color Cylindrical-coordinate representation of color #3DB250: hue angle of 129.74º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB250 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB6117880-
CMYK0.6600.550.30
HSL129.74º48.95%46.86%-
HSV(B)129.74º65.73%69.8%-
XYZ19.2933.4113.02-
YUV131.8498.7477.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 178 (69.92% from 255) = 55.80%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=19.12%
G=55.80%
B=25.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61178800.6600.550.30129.7448.9546.86
Hex3DB250420371E82312f
Octal75262120102067362026157
Binary111101101100101010000100001001101111111010000010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3db250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,178,80); }

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

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

 a { background-color: rgb(61,178,80); }

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

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

 span { border-color: rgb(61,178,80); }

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