#3DB24C

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

Shades of Fruit Salad #3DB24C

Tints of Fruit Salad #3DB24C

Color information

#3DB24C (or 0x3DB24C) is unknown color: approx Fruit Salad. HEX triplet: 3D, B2 and 4C. RGB value is (61,178,76). Sum of RGB (Red+Green+Blue) = 61+178+76=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB24C is #C24DB3. Grayscale: #838383. Windows color (decimal): -12733876 or 5026365. OLE color: 5026365.

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

Color convert

RGB6117876-
CMYK0.6600.570.30
HSL127.69º48.95%46.86%-
HSV(B)127.69º65.73%69.8%-
XYZ19.1533.3512.27-
YUV131.3996.7477.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 178 (69.92% from 255) = 56.51%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=19.37%
G=56.51%
B=24.13%

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
Decimal61178760.6600.570.30127.6948.9546.86
Hex3DB24C420391E80312f
Octal75262114102071362006157
Binary111101101100101001100100001001110011111010000000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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