#3DC152

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

Shades of Fruit Salad #3DC152

Tints of Fruit Salad #3DC152

Color information

#3DC152 (or 0x3DC152) is unknown color: approx Fruit Salad. HEX triplet: 3D, C1 and 52. RGB value is (61,193,82). Sum of RGB (Red+Green+Blue) = 61+193+82=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC152 is #C23EAD. Grayscale: #8D8D8D. Windows color (decimal): -12730030 or 5423421. OLE color: 5423421.

HSL color Cylindrical-coordinate representation of color #3DC152: hue angle of 129.55º 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 #3DC152 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB6119382-
CMYK0.6800.580.24
HSL129.55º51.97%49.8%-
HSV(B)129.55º68.39%75.69%-
XYZ22.5239.7414.47-
YUV140.8894.7771.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 193 (75.78% from 255) = 57.44%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=18.15%
G=57.44%
B=24.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61193820.6800.580.24129.5551.9749.8
Hex3DC1524403A18823432
Octal75301122104072302026462
Binary111101110000011010010100010001110101100010000010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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