#3DBE4D

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

Shades of Fruit Salad #3DBE4D

Tints of Fruit Salad #3DBE4D

Color information

#3DBE4D (or 0x3DBE4D) is unknown color: approx Fruit Salad. HEX triplet: 3D, BE and 4D. RGB value is (61,190,77). Sum of RGB (Red+Green+Blue) = 61+190+77=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBE4D is #C241B2. Grayscale: #8A8A8A. Windows color (decimal): -12730803 or 5094973. OLE color: 5094973.

HSL color Cylindrical-coordinate representation of color #3DBE4D: hue angle of 127.44º degrees, saturation: 0.51, 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 #3DBE4D is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB6119077-
CMYK0.6800.590.25
HSL127.44º51.39%49.22%-
HSV(B)127.44º67.89%74.51%-
XYZ21.6838.3513.28-
YUV138.5593.2672.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 190 (74.61% from 255) = 57.93%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=18.60%
G=57.93%
B=23.48%

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
Decimal61190770.6800.590.25127.4451.3949.22
Hex3DBE4D4403B197f3331
Octal75276115104073311776361
Binary11110110111110100110110001000111011110011111111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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