#3DC555

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

Shades of Fruit Salad #3DC555

Tints of Fruit Salad #3DC555

Color information

#3DC555 (or 0x3DC555) is unknown color: approx Fruit Salad. HEX triplet: 3D, C5 and 55. RGB value is (61,197,85). Sum of RGB (Red+Green+Blue) = 61+197+85=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC555 is #C23AAA. Grayscale: #8F8F8F. Windows color (decimal): -12729003 or 5621053. OLE color: 5621053.

HSL color Cylindrical-coordinate representation of color #3DC555: hue angle of 130.59º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC555 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB6119785-
CMYK0.6900.570.23
HSL130.59º53.97%50.59%-
HSV(B)130.59º69.04%77.25%-
XYZ23.5341.5815.38-
YUV143.5794.9469.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.78%
GREEN value IS 197 (77.34% from 255) = 57.43%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=17.78%
G=57.43%
B=24.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61197850.6900.570.23130.5953.9750.59
Hex3DC5554503917833633
Octal75305125105071272036663
Binary111101110001011010101100010101110011011110000011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,197,85); }

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

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

 a { background-color: rgb(61,197,85); }

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

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

 span { border-color: rgb(61,197,85); }

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