#3dbf4e

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

Shades of Fruit Salad #3DBF4E

Tints of Fruit Salad #3DBF4E

Color information

#3DBF4E (or 0x3DBF4E) is unknown color: approx Fruit Salad. HEX triplet: 3D, BF and 4E. RGB value is (61,191,78). Sum of RGB (Red+Green+Blue) = 61+191+78=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBF4E is #C240B1. Grayscale: #8B8B8B. Windows color (decimal): -12730546 or 5160765. OLE color: 5160765.

HSL color Cylindrical-coordinate representation of color #3DBF4E: hue angle of 127.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBF4E is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB6119178-
CMYK0.6800.590.25
HSL127.85º51.59%49.41%-
HSV(B)127.85º68.06%74.9%-
XYZ21.9338.813.54-
YUV139.2593.4372.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 191 (75% from 255) = 57.88%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=18.48%
G=57.88%
B=23.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61191780.6800.590.25127.8551.5949.41
Hex3DBF4E4403B19803431
Octal75277116104073312006461
Binary111101101111111001110100010001110111100110000000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dbf4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,191,78); }

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

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

 a { background-color: rgb(61,191,78); }

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

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

 span { border-color: rgb(61,191,78); }

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