#3DC150

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

Shades of Fruit Salad #3DC150

Tints of Fruit Salad #3DC150

Color information

#3DC150 (or 0x3DC150) is unknown color: approx Fruit Salad. HEX triplet: 3D, C1 and 50. RGB value is (61,193,80). Sum of RGB (Red+Green+Blue) = 61+193+80=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC150 is #C23EAF. Grayscale: #8C8C8C. Windows color (decimal): -12730032 or 5292349. OLE color: 5292349.

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

Color convert

RGB6119380-
CMYK0.6800.590.24
HSL128.64º51.97%49.8%-
HSV(B)128.64º68.39%75.69%-
XYZ22.4439.7114.07-
YUV140.6593.7771.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 193 (75.78% from 255) = 57.78%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=18.26%
G=57.78%
B=23.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61193800.6800.590.24128.6451.9749.8
Hex3DC1504403B18813432
Octal75301120104073302016462
Binary111101110000011010000100010001110111100010000001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,193,80); }

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

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

 a { background-color: rgb(61,193,80); }

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

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

 span { border-color: rgb(61,193,80); }

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