#3DB24D

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

Shades of Fruit Salad #3DB24D

Tints of Fruit Salad #3DB24D

Color information

#3DB24D (or 0x3DB24D) is unknown color: approx Fruit Salad. HEX triplet: 3D, B2 and 4D. RGB value is (61,178,77). Sum of RGB (Red+Green+Blue) = 61+178+77=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB24D is #C24DB2. Grayscale: #838383. Windows color (decimal): -12733875 or 5091901. OLE color: 5091901.

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

Color convert

RGB6117877-
CMYK0.6600.570.30
HSL128.21º48.95%46.86%-
HSV(B)128.21º65.73%69.8%-
XYZ19.1833.3712.45-
YUV131.597.2477.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 178 (69.92% from 255) = 56.33%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=19.30%
G=56.33%
B=24.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61178770.6600.570.30128.2148.9546.86
Hex3DB24D420391E80312f
Octal75262115102071362006157
Binary111101101100101001101100001001110011111010000000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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