#3DB84D

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

Shades of Fruit Salad #3DB84D

Tints of Fruit Salad #3DB84D

Color information

#3DB84D (or 0x3DB84D) is unknown color: approx Fruit Salad. HEX triplet: 3D, B8 and 4D. RGB value is (61,184,77). Sum of RGB (Red+Green+Blue) = 61+184+77=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB84D is #C247B2. Grayscale: #878787. Windows color (decimal): -12732339 or 5093437. OLE color: 5093437.

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

Color convert

RGB6118477-
CMYK0.6700.580.28
HSL127.8º50.2%48.04%-
HSV(B)127.8º66.85%72.16%-
XYZ20.435.8112.86-
YUV135.0295.2575.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 184 (72.27% from 255) = 57.14%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=18.94%
G=57.14%
B=23.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61184770.6700.580.28127.850.248.04
Hex3DB84D4303A1C803230
Octal75270115103072342006260
Binary111101101110001001101100001101110101110010000000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,184,77); }

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

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

 a { background-color: rgb(61,184,77); }

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

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

 span { border-color: rgb(61,184,77); }

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