#3DB247

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

Shades of Fruit Salad #3DB247

Tints of Fruit Salad #3DB247

Color information

#3DB247 (or 0x3DB247) is unknown color: approx Fruit Salad. HEX triplet: 3D, B2 and 47. RGB value is (61,178,71). Sum of RGB (Red+Green+Blue) = 61+178+71=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB247 is #C24DB8. Grayscale: #838383. Windows color (decimal): -12733881 or 4698685. OLE color: 4698685.

HSL color Cylindrical-coordinate representation of color #3DB247: hue angle of 125.13º 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 #3DB247 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB6117871-
CMYK0.6600.600.30
HSL125.13º48.95%46.86%-
HSV(B)125.13º65.73%69.8%-
XYZ18.9833.2911.39-
YUV130.8294.2478.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.68%
GREEN value IS 178 (69.92% from 255) = 57.42%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=19.68%
G=57.42%
B=22.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61178710.6600.600.30125.1348.9546.86
Hex3DB2474203C1E7d312f
Octal75262107102074361756157
Binary11110110110010100011110000100111100111101111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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