#3DC153

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

Shades of Fruit Salad #3DC153

Tints of Fruit Salad #3DC153

Color information

#3DC153 (or 0x3DC153) is unknown color: approx Fruit Salad. HEX triplet: 3D, C1 and 53. RGB value is (61,193,83). Sum of RGB (Red+Green+Blue) = 61+193+83=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC153 is #C23EAC. Grayscale: #8D8D8D. Windows color (decimal): -12730029 or 5488957. OLE color: 5488957.

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

Color convert

RGB6119383-
CMYK0.6800.570.24
HSL130º51.97%49.8%-
HSV(B)130º68.39%75.69%-
XYZ22.5639.7614.67-
YUV140.9995.2770.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.10%
GREEN value IS 193 (75.78% from 255) = 57.27%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=18.10%
G=57.27%
B=24.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61193830.6800.570.2413051.9749.8
Hex3DC1534403918823432
Octal75301123104071302026462
Binary111101110000011010011100010001110011100010000010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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