#3DC654

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

Shades of Fruit Salad #3DC654

Tints of Fruit Salad #3DC654

Color information

#3DC654 (or 0x3DC654) is unknown color: approx Fruit Salad. HEX triplet: 3D, C6 and 54. RGB value is (61,198,84). Sum of RGB (Red+Green+Blue) = 61+198+84=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC654 is #C239AB. Grayscale: #909090. Windows color (decimal): -12728748 or 5555773. OLE color: 5555773.

HSL color Cylindrical-coordinate representation of color #3DC654: hue angle of 130.07º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC654 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB6119884-
CMYK0.6900.580.22
HSL130.07º54.58%50.78%-
HSV(B)130.07º69.19%77.65%-
XYZ23.7242.0215.25-
YUV144.0494.1168.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.78%
GREEN value IS 198 (77.73% from 255) = 57.73%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=17.78%
G=57.73%
B=24.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61198840.6900.580.22130.0754.5850.78
Hex3DC6544503A16823733
Octal75306124105072262026763
Binary111101110001101010100100010101110101011010000010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,198,84); }

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

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

 a { background-color: rgb(61,198,84); }

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

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

 span { border-color: rgb(61,198,84); }

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